Compare commits

..

6 Commits

Author SHA1 Message Date
dmitry.kirdyashkin 9c33de5428 v1.0.3.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-18 18:11:14 +03:00
dmitry.kirdyashkin bcffce02b0 Merge branch 'dev' of https://gitea.kdiva.ru/modules/sc-adventures into wos
continuous-integration/drone/push Build is passing Details
2023-11-18 18:10:00 +03:00
dmitry.kirdyashkin a4aec67307 v1.0.0.3
continuous-integration/drone/push Build is passing Details
2023-11-18 18:08:53 +03:00
dmitry.kirdyashkin acc2aeb2e6 v1.0.3
continuous-integration/drone/push Build is passing Details
2023-11-18 18:08:14 +03:00
dmitry.kirdyashkin 965bb6ef69 v1.0.2
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-11-13 22:57:38 +03:00
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
9 changed files with 13 additions and 16 deletions

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

File diff suppressed because one or more lines are too long

View File

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

View File

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