diff --git a/Torg/torg.css b/Torg/torg.css index 66e8a77399..8bb7da6d8f 100644 --- a/Torg/torg.css +++ b/Torg/torg.css @@ -71,6 +71,20 @@ padding:1px 2px; border-spacing: 0px 4px; } + +.charsheet div.sheet-textHeadsm { + background-color: black; + color: white; + font-size: 12px; + font-weight: bold; + text-align:center; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; /*[top-left] [top-right] [bottom-right] [bottom-left] */ + border-radius: 5px; + width:100%; + padding:1px 2px; + border-spacing: 0px 4px; +} .charsheet div.sheet-record { color: black; font-size: 14px; @@ -218,4 +232,4 @@ div.sheet-tab-content border-top-color: #000;*/ margin: 2px 0 0 5px; padding: 5px; -} \ No newline at end of file +}