[Knight] Small fix (because of last update of Roll20)

This commit is contained in:
Zakarik
2018-07-09 14:26:08 +02:00
parent d11925c0e2
commit 7bb9f964f9
+31
View File
@@ -28,6 +28,11 @@ div.sheet-tab-content
display: none;
}
th
{
text-align:center;
}
input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
input.sheet-tab3:checked ~ div.sheet-tab3,
@@ -1670,3 +1675,29 @@ Templates
{
display:none;
}
.sheet-rolltemplate-simple th,
.sheet-rolltemplate-initiative th,
.sheet-rolltemplate-distance th,
.sheet-rolltemplate-contact th,
.sheet-rolltemplate-autre th,
.sheet-rolltemplate-nods th,
.sheet-rolltemplate-priest th,
.sheet-rolltemplate-rogueDistance th,
.sheet-rolltemplate-rogueContact th,
.sheet-rolltemplate-sorcerer th,
.sheet-rolltemplate-wizard th,
.sheet-rolltemplate-grenade th,
.sheet-rolltemplate-druid th,
.sheet-rolltemplate-druidSupport th,
.sheet-rolltemplate-druidCombat th,
.sheet-rolltemplate-ranger th,
.sheet-rolltemplate-monk th,
.sheet-rolltemplate-simplePNJ th,
.sheet-rolltemplate-distancePNJ th,
.sheet-rolltemplate-contactPNJ th,
.sheet-rolltemplate-initiativePNJ th,
.sheet-rolltemplate-grenadePNJ th
{
text-align:center;
}