From f0c91da83cac5421907d5c7682cb19a6e7962585 Mon Sep 17 00:00:00 2001 From: Kaldari Date: Sun, 1 Apr 2012 17:11:10 -0700 Subject: [PATCH] getting rid of white border around gallery thumbs Change-Id: If04692b0227e6d978f576eb55de45f0c49870788 --- RELEASE-NOTES-1.20 | 1 + skins/common/commonPrint.css | 1 - skins/common/shared.css | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) 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; } -- 2.20.1