Compare commits

..

1 Commits

Author SHA1 Message Date
dmitry.kirdyashkin 7150448387 v1.0.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-13 21:03:39 +03:00
7 changed files with 3 additions and 12 deletions

@ -1 +1 @@
Subproject commit 19e28aa4258a369cf6f08be58bd71aed0c546602
Subproject commit 5d79f43c3cc4df1b2386f01f361d1baa93c1dc85

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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

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; */
}