consistently comment out checkered bg by default
authorErik Moeller <erik@users.mediawiki.org>
Wed, 14 Mar 2007 10:47:59 +0000 (10:47 +0000)
committerErik Moeller <erik@users.mediawiki.org>
Wed, 14 Mar 2007 10:47:59 +0000 (10:47 +0000)
skins/common/common.css
skins/monobook/main.css
skins/simple/main.css

index 64a82e3..cb91c5d 100644 (file)
@@ -476,6 +476,8 @@ p.mw-ipb-conveniencelinks {
 /* Stop floats from intruding into edit area in previews */
 #toolbar, #wpTextbox1 { clear: both; }
 
+/*
 #file img, .gallerybox .thumb img {
        background: url(images/Checker-16x16.png) repeat;
 }
+*/
\ No newline at end of file
index 590263c..bd68c37 100644 (file)
@@ -1626,10 +1626,3 @@ p.mw-ipb-conveniencelinks {
 .texvc { direction: ltr; unicode-bidi: embed; }
 /* Stop floats from intruding into edit area in previews */
 #toolbar, #wpTextbox1 { clear: both; }
-
-/* Have a checkered background on images on the description pages and in galleries
-   to make transparency visible
-*/
-#file img, .gallerybox .thumb img {
-       background: url(../common/images/Checker-16x16.png) repeat;
-}
index c22f0b7..ea682ec 100644 (file)
@@ -447,6 +447,8 @@ table.collapsed tr.collapsable {
 /* Stop floats from intruding into edit area in previews */
 #toolbar, #wpTextbox1 { clear: both; }
 
+/*
 #file img, .gallerybox .thumb img {
        background: url(../common/images/Checker-16x16.png) repeat;
 }
+*/
\ No newline at end of file