getting rid of white border around gallery thumbs
authorKaldari <rkaldari@wikimedia.org>
Mon, 2 Apr 2012 00:11:10 +0000 (17:11 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 2 Apr 2012 23:50:29 +0000 (16:50 -0700)
Change-Id: If04692b0227e6d978f576eb55de45f0c49870788

RELEASE-NOTES-1.20
skins/common/commonPrint.css
skins/common/shared.css

index 42001b9..e6e85b7 100644 (file)
@@ -57,6 +57,7 @@ production.
 * (bug 33689) Upgrade to 1.19 on Postgres fails due to incomplete query when
               trying to defer foreign key for externallinks
 * (bug 32748) Printer friendly version of article decode Unicode chars as a pretty IRI in footer.
+* Removed white border around thumbnails in galleries
 
 === API changes in 1.20 ===
 * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
index 4efabee..3e3b50b 100644 (file)
@@ -246,7 +246,6 @@ span.texhtml {
 /* Galleries (see shared.css for more info) */
 li.gallerybox {
        vertical-align: top;
-       border: solid 2px white;
        display: -moz-inline-box;
        display: inline-block;
 }
index 1aaf2ba..02fb501 100644 (file)
@@ -758,7 +758,6 @@ table.mw_metadata ul.metadata-langlist {
 /* Don't forget to update commonPrint.css */
 li.gallerybox {
        vertical-align: top;
-       border: solid 2px white;
        display: -moz-inline-box;
        display: inline-block;
 }