style: common cat class for category table headers
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 4 Feb 2015 09:23:23 +0000 (10:23 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 5 Feb 2015 21:46:21 +0000 (22:46 +0100)
Prepare for reuse on browser page.

base.css
sc.plp

index e2f9bac7eeb509c8c37ec68842cf26b958b7a232..1246519069d4ee42fc7f71324483989e28e3056d 100644 (file)
--- 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 8251f7504db7e4b29853188c8daad820b1c936ef..23d29ec7d87f69478348f2738679faaf7f8e9df3 100644 (file)
--- 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;