From: Kaldari Date: Mon, 2 Apr 2012 00:11:10 +0000 (-0700) Subject: getting rid of white border around gallery thumbs X-Git-Tag: 1.31.0-rc.0~24068 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=f0c91da83cac5421907d5c7682cb19a6e7962585;p=lhc%2Fweb%2Fwiklou.git getting rid of white border around gallery thumbs Change-Id: If04692b0227e6d978f576eb55de45f0c49870788 --- diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 42001b96ac..e6e85b7058 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -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. diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 4efabee338..3e3b50b40e 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -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; } diff --git a/skins/common/shared.css b/skins/common/shared.css index 1aaf2ba676..02fb501bc0 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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; }