From: Mischa POSLAWSKY Date: Wed, 4 Feb 2015 09:23:23 +0000 (+0100) Subject: style: common cat class for category table headers X-Git-Tag: v1.6~12 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/a0cb024ea50865030512b67ad0a3cfaefc29b7f6 style: common cat class for category table headers Prepare for reuse on browser page. --- diff --git a/base.css b/base.css index e2f9bac..1246519 100644 --- a/base.css +++ b/base.css @@ -241,6 +241,10 @@ th { text-align: right; /* variable width so keep near cells */ padding: 0 0.5em; } +.cat { + font-size: 70%; + text-transform: uppercase; +} /* digraphs map */ diff --git a/sc.plp b/sc.plp index 8251f75..23d29ec 100644 --- a/sc.plp +++ b/sc.plp @@ -52,10 +52,6 @@ Unit properties as seen or measured in Brood War margin: 0; text-align: center; } - .units th.cat { - font-size: 70%; - text-transform: uppercase; - } .units thead th, .units tfoot th { font-size: 70%; font-weight: normal;