From 4dd1ceb135dfb7c32fdd5bc6b77d27d367c331bd Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 16 May 2015 12:07:08 +0200 Subject: [PATCH] better default line-height for sheet-col and adjust ability-names as a result. --- D&D_5e_Shaped/D&D_5e.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/D&D_5e_Shaped/D&D_5e.css b/D&D_5e_Shaped/D&D_5e.css index 99a98165a3..bcf33b8f00 100644 --- a/D&D_5e_Shaped/D&D_5e.css +++ b/D&D_5e_Shaped/D&D_5e.css @@ -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,