better default line-height for sheet-col and adjust ability-names as a result.

This commit is contained in:
Mark
2015-05-16 12:07:08 +02:00
parent 2477f1bec2
commit 4dd1ceb135
+6 -2
View File
@@ -326,6 +326,8 @@ div.sheet-overall-wrapper [class *= "sheet-npc-version"] {
font-size: 80%;
text-transform: uppercase;
font-weight: bold;
margin-top: 2px;
margin-bottom: 5px;
}
.sheet-ability-score-wrapper .sheet-ability-modifier {
font-weight: bold;
@@ -1710,10 +1712,12 @@ input[class^="sheet-classactionshowoptions"]:checked ~ div.sheet-classaction-out
/* General sheet/rolltemplate wide Styles */
button, input, select, textarea,
.sheet-row [class *= "sheet-col"],
[class *= "sheet-col"] {
[class*="sheet-col"] {
font-size: 12px;
}
[class*="sheet-col"] {
line-height: 100%;
}
.sheet-spell-row-number,
.sheet-inventory-row-number,