Index: trunk/phase3/skins/monobook/handheld.css |
— | — | @@ -1015,10 +1015,14 @@ |
1016 | 1016 | border: solid 2px white; |
1017 | 1017 | } |
1018 | 1018 | |
| 1019 | +/* Keep this temporarily so that cached pages will display right */ |
1019 | 1020 | table.gallery td.galleryheader { |
1020 | | - text-align: center; |
| 1021 | + text-align: center; |
1021 | 1022 | font-weight: bold; |
1022 | 1023 | } |
| 1024 | +table.gallery caption { |
| 1025 | + font-weight: bold; |
| 1026 | +} |
1023 | 1027 | |
1024 | 1028 | div.gallerybox { |
1025 | 1029 | margin: 2px; |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1306,7 +1306,11 @@ |
1307 | 1307 | background-color: #f9f9f9; |
1308 | 1308 | border: solid 2px white; |
1309 | 1309 | } |
1310 | | - |
| 1310 | +/* Keep this temporarily so that cached pages will display right */ |
| 1311 | +table.gallery td.galleryheader { |
| 1312 | + text-align: center; |
| 1313 | + font-weight: bold; |
| 1314 | +} |
1311 | 1315 | table.gallery caption { |
1312 | 1316 | font-weight: bold; |
1313 | 1317 | } |
Index: trunk/phase3/skins/common/common.css |
— | — | @@ -286,7 +286,7 @@ |
287 | 287 | } |
288 | 288 | |
289 | 289 | table.gallery tr { |
290 | | - vertical-align:top; |
| 290 | + vertical-align:top; |
291 | 291 | } |
292 | 292 | |
293 | 293 | table.gallery td { |
— | — | @@ -410,10 +410,14 @@ |
411 | 411 | display: none; |
412 | 412 | } |
413 | 413 | |
| 414 | +/* Keep this temporarily so that cached pages will display right */ |
414 | 415 | table.gallery td.galleryheader { |
415 | | - text-align: center; |
| 416 | + text-align: center; |
416 | 417 | font-weight: bold; |
417 | 418 | } |
| 419 | +table.gallery caption { |
| 420 | + font-weight: bold; |
| 421 | +} |
418 | 422 | |
419 | 423 | div.multipageimagenavbox { |
420 | 424 | border: solid 1px silver; |