From: Aryeh Gregor Date: Sun, 4 Feb 2007 00:34:44 +0000 (+0000) Subject: * Make CSS for galleries work for cached pages X-Git-Tag: 1.31.0-rc.0~54138 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/One?a=commitdiff_plain;h=e393349a76092a05f637d89c47d6732a3e323a2e;p=lhc%2Fweb%2Fwiklou.git * Make CSS for galleries work for cached pages * Fix CSS for non-Monobook/Monobook handheld --- 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; }