Skins override shared.css, merged fix for bug 26423 in r79010 to skins instead
authorKrinkle <krinkle@users.mediawiki.org>
Sat, 25 Dec 2010 23:10:14 +0000 (23:10 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sat, 25 Dec 2010 23:10:14 +0000 (23:10 +0000)
skins/chick/main.css
skins/common/shared.css
skins/modern/main.css
skins/monobook/main.css
skins/vector/screen.css

index ac61b91..bc25b31 100644 (file)
@@ -279,7 +279,8 @@ div.floatleft p { font-style: italic; }
 /* thumbnails */
 div.thumb {
        margin-bottom: 0.5em;
-       border-style: solid; border-color: white;
+       border-style: solid;
+       border-color: transparent;
        width: auto;
 }
 div.thumbinner {
index a338141..b32f578 100644 (file)
@@ -128,12 +128,6 @@ 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
  */
index 4c64e90..e124e38 100644 (file)
@@ -488,7 +488,7 @@ div.floatleft p { font-style: italic; }
 div.thumb {
        margin-bottom: .5em;
        border-style: solid;
-       border-color: white;
+       border-color: transparent;
        width: auto;
 }
 div.thumbinner {
index 320b5ec..b1a9199 100644 (file)
@@ -411,7 +411,7 @@ div.floatleft p { font-style: italic; }
 div.thumb {
        margin-bottom: .5em;
        border-style: solid;
-       border-color: white;
+       border-color: transparent;
        width: auto;
 }
 div.thumbinner {
index a28a8c2..38463f7 100644 (file)
@@ -893,7 +893,7 @@ div.floatleft p { font-style: italic; }
 div.thumb {
        margin-bottom: .5em;
        border-style: solid;
-       border-color: white;
+       border-color: transparent;
        width: auto;
        background-color: transparent;
 }