From 520f59941f8d9ab1639dc0e6a27dde3045f7ed17 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sat, 25 Dec 2010 22:57:38 +0000 Subject: [PATCH] Removing ugly whitespace around thumbnails on a non-white background. * (bug 26423) Margin around thumbnails is forced to be white --- skins/common/shared.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 34301948fc..a33814198b 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -128,6 +128,12 @@ input#wpSummary { width: 80%; } +/** + * Thumbnails + */ +/* Transparent instead of white thumb-containers (prevent white around thumbs on non-white backgrounds/templates) */ +div.thumb { border-color: transparent; } + /** * Image captions */ @@ -939,5 +945,3 @@ ol:lang(bn) li { .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #d6f3ff; color: black; border: 1px solid #5dc9f4; max-width: 300px; text-align: left; } .tipsy-arrow { position: absolute; background: url( 'images/tipsy-arrow.gif' ) no-repeat top left; width: 13px; height: 13px; } .tipsy-se .tipsy-arrow { bottom: -2px; right: 10px; background-position: 0% 100%; } - - -- 2.20.1