From: Ryan Kaldari Date: Thu, 28 Jul 2011 21:12:18 +0000 (+0000) Subject: off-white background color matting should be applied only within the thumbnail box... X-Git-Tag: 1.31.0-rc.0~28549 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=d84aabb76c2806023f12368f30e0e420ad98df9b;p=lhc%2Fweb%2Fwiklou.git off-white background color matting should be applied only within the thumbnail box, not to the gallerybox; also there is no point in printing the off-white matting, so I removed it completely from the print version --- diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 94c8c86891..d56654a950 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -240,7 +240,6 @@ span.texhtml { font-family: serif; } /* Galleries (see shared.css for more info) */ li.gallerybox { vertical-align: top; - background-color: #f9f9f9; border: solid 2px white; display: -moz-inline-box; display: inline-block; diff --git a/skins/common/shared.css b/skins/common/shared.css index 86e87b121a..4a69f8bfec 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -543,7 +543,6 @@ table.mw_metadata ul.metadata-langlist { /* Don't forget to update commonPrint.css */ li.gallerybox { vertical-align: top; - background-color: #f9f9f9; border: solid 2px white; display: -moz-inline-box; display: inline-block; @@ -570,6 +569,7 @@ li.gallerycaption { li.gallerybox div.thumb { text-align: center; border: 1px solid #ccc; + background-color: #f9f9f9; margin: 2px; }