* Make CSS for galleries work for cached pages
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 4 Feb 2007 00:34:44 +0000 (00:34 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 4 Feb 2007 00:34:44 +0000 (00:34 +0000)
* Fix CSS for non-Monobook/Monobook handheld

skins/common/common.css
skins/monobook/handheld.css
skins/monobook/main.css

index 85d8129..03c3252 100644 (file)
@@ -286,7 +286,7 @@ table.gallery {
 }
 
 table.gallery tr {
-        vertical-align:top;
+    vertical-align:top;
 }
 
 table.gallery td {
@@ -410,8 +410,12 @@ table.collapsed tr.collapsable {
   display: none;
 }
 
+/* Keep this temporarily so that cached pages will display right */
 table.gallery td.galleryheader {
-       text-align: center;
+    text-align: center;
+       font-weight: bold;
+}
+table.gallery caption {
        font-weight: bold;
 }
 
index 85e6ad4..5ef6040 100644 (file)
@@ -1015,8 +1015,12 @@ table.gallery td {
        border: solid 2px white;
 }
 
+/* Keep this temporarily so that cached pages will display right */
 table.gallery td.galleryheader {
-       text-align: center;
+    text-align: center;
+       font-weight: bold;
+}
+table.gallery caption {
        font-weight: bold;
 }
 
index 83e296a..903c972 100644 (file)
@@ -1306,7 +1306,11 @@ table.gallery td {
        background-color: #f9f9f9;
        border: solid 2px white;
 }
-
+/* Keep this temporarily so that cached pages will display right */
+table.gallery td.galleryheader {
+    text-align: center;
+       font-weight: bold;
+}
 table.gallery caption {
        font-weight: bold;
 }