]> git.mjollnir.org Git - s9y.git/commitdiff
added styles for movie critics tables
authorPenny Leach <mjollnir@titania.local>
Tue, 18 Jul 2006 08:10:31 +0000 (20:10 +1200)
committerPenny Leach <mjollnir@titania.local>
Tue, 18 Jul 2006 08:10:31 +0000 (20:10 +1200)
templates/sgn2.0/style.css

index 6657ab45381b3e2f32ca95fa6c3e375854aac53f..734fdc0c85f766d379650f6d65bcc2f076f30679 100644 (file)
@@ -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