From: Krinkle Date: Sat, 25 Dec 2010 22:57:38 +0000 (+0000) Subject: Removing ugly whitespace around thumbnails on a non-white background. X-Git-Tag: 1.31.0-rc.0~33089 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=520f59941f8d9ab1639dc0e6a27dde3045f7ed17;p=lhc%2Fweb%2Fwiklou.git Removing ugly whitespace around thumbnails on a non-white background. * (bug 26423) Margin around thumbnails is forced to be white --- 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%; } - -