From a0cb024ea50865030512b67ad0a3cfaefc29b7f6 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 4 Feb 2015 10:23:23 +0100 Subject: [PATCH] style: common cat class for category table headers Prepare for reuse on browser page. --- base.css | 4 ++++ sc.plp | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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; -- 2.30.0