Compare commits

..

No commits in common. "main" and "v1.0.0-dev" have entirely different histories.

3 changed files with 2 additions and 11 deletions

View File

@ -16,8 +16,8 @@
"maximum": "11"
},
"url": "${DRONE_REPO_LINK}",
"manifest": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/latest/module.json",
"download": "https://static.kdiva.ru/foundryvtt-resources/$DRONE_REPO/$RELEASE_TAG/module.zip",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"styles": [
"styles/common.css",
"styles/core.css",

View File

@ -11,7 +11,6 @@ h2{
}
/* PARAGRAPHS */
p {
text-indent: 20px;
margin-bottom: 0;
padding-bottom: 0;
font-stretch: wider;

View File

@ -44,11 +44,3 @@
.core-page tr:nth-child(odd) td {
background-color : #d0e4c0;
}
/* IMAGES */
.core-page img {
object-fit: contain;
border-style: none;
border: none;
/* width: 800px; */
}