From e393349a76092a05f637d89c47d6732a3e323a2e Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 4 Feb 2007 00:34:44 +0000 Subject: [PATCH] * Make CSS for galleries work for cached pages * Fix CSS for non-Monobook/Monobook handheld --- skins/common/common.css | 8 ++++++-- skins/monobook/handheld.css | 6 +++++- skins/monobook/main.css | 6 +++++- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/skins/common/common.css b/skins/common/common.css index 85d81296d1..03c325286f 100644 --- a/skins/common/common.css +++ b/skins/common/common.css @@ -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; } diff --git a/skins/monobook/handheld.css b/skins/monobook/handheld.css index 85e6ad4f74..5ef6040018 100644 --- a/skins/monobook/handheld.css +++ b/skins/monobook/handheld.css @@ -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; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 83e296a0e3..903c972491 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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; } -- 2.20.1