off-white background color matting should be applied only within the thumbnail box...
authorRyan Kaldari <kaldari@users.mediawiki.org>
Thu, 28 Jul 2011 21:12:18 +0000 (21:12 +0000)
committerRyan Kaldari <kaldari@users.mediawiki.org>
Thu, 28 Jul 2011 21:12:18 +0000 (21:12 +0000)
skins/common/commonPrint.css
skins/common/shared.css

index 94c8c86..d56654a 100644 (file)
@@ -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;
index 86e87b1..4a69f8b 100644 (file)
@@ -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;
 }