From dd58b1316ca9047569e026a1b469d29ed2f6083e Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Tue, 18 Jul 2006 20:10:31 +1200 Subject: [PATCH] added styles for movie critics tables --- templates/sgn2.0/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.39.5