diff --git a/LICENSE.txt b/LICENSE.txt index e187628..14163cf 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1 +1 @@ -Mit freundlicher Genehmigung des Verlag für Fantasy- und SF-Spiele GbR (VFSF) \ No newline at end of file +Midgard is the intellectual property of Verlag für Fantasy- und SF-Spiele GbR (VFSF), Stelzenberg, Germany. \ No newline at end of file diff --git a/less/item-sheet.less b/less/item-sheet.less index 1f1922c..cb07f2d 100644 --- a/less/item-sheet.less +++ b/less/item-sheet.less @@ -1,6 +1,6 @@ // main: midgard5.less -.midgard5.sheet.item { +.midgard5.sheet.item { form { display: flex; flex-direction: column; diff --git a/less/midgard5.less b/less/midgard5.less index 56e1890..a290ecf 100644 --- a/less/midgard5.less +++ b/less/midgard5.less @@ -1,4 +1,4 @@ //out: ../midgard5.css -@import "./item-sheet.less"; +@import "./Item-sheet.less"; @import "./Character-sheet.less"; diff --git a/system.json b/system.json index 981f01a..6051723 100644 --- a/system.json +++ b/system.json @@ -27,7 +27,7 @@ "secondaryTokenAttribute": "ap", "url": "https://github.com/hjmaier/midgard5", "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", "license": "LICENSE.txt" }