This commit is contained in:
hjmaier 2021-02-10 10:23:01 +01:00
parent e0b2cf1190
commit 8cb1f35081
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
Mit freundlicher Genehmigung des Verlag für Fantasy- und SF-Spiele GbR (VFSF) Midgard is the intellectual property of Verlag für Fantasy- und SF-Spiele GbR (VFSF), Stelzenberg, Germany.

View File

@ -1,6 +1,6 @@
// main: midgard5.less // main: midgard5.less
.midgard5.sheet.item { .midgard5.sheet.item {
form { form {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -1,4 +1,4 @@
//out: ../midgard5.css //out: ../midgard5.css
@import "./item-sheet.less"; @import "./Item-sheet.less";
@import "./Character-sheet.less"; @import "./Character-sheet.less";

View File

@ -27,7 +27,7 @@
"secondaryTokenAttribute": "ap", "secondaryTokenAttribute": "ap",
"url": "https://github.com/hjmaier/midgard5", "url": "https://github.com/hjmaier/midgard5",
"manifest": "https://raw.githubusercontent.com/hjmaier/midgard5/main/system.json", "manifest": "https://raw.githubusercontent.com/hjmaier/midgard5/main/system.json",
"download": "https://github.com/hjmaier/midgard5/archive/V0.02", "download": "https://github.com/hjmaier/midgard5/archive/V0.02.zip",
"initiative": "@gw.value + @gw.bonus", "initiative": "@gw.value + @gw.bonus",
"license": "LICENSE.txt" "license": "LICENSE.txt"
} }