From: Penny Leach Date: Tue, 18 Jul 2006 08:10:31 +0000 (+1200) Subject: added styles for movie critics tables X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dd58b1316ca9047569e026a1b469d29ed2f6083e;p=s9y.git added styles for movie critics tables --- diff --git a/templates/sgn2.0/style.css b/templates/sgn2.0/style.css index 6657ab4..734fdc0 100644 --- a/templates/sgn2.0/style.css +++ b/templates/sgn2.0/style.css @@ -205,3 +205,13 @@ h3, h4 { text-decoration: underline; } +.moviecritics { + background-color:black; +} +.moviecritics th { + text-align:left; + background-color:white; +} +.moviecritics td { + background-color:white; +} \ No newline at end of file