r20441 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20440‎ | r20441 | r20442 >
Date:10:47, 14 March 2007
Author:erik
Status:old
Tags:
Comment:
consistently comment out checkered bg by default
Modified paths:
  • /trunk/phase3/skins/common/common.css (modified) (history)
  • /trunk/phase3/skins/monobook/main.css (modified) (history)
  • /trunk/phase3/skins/simple/main.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/main.css
@@ -1626,10 +1626,3 @@
16271627 .texvc { direction: ltr; unicode-bidi: embed; }
16281628 /* Stop floats from intruding into edit area in previews */
16291629 #toolbar, #wpTextbox1 { clear: both; }
1630 -
1631 -/* Have a checkered background on images on the description pages and in galleries
1632 - to make transparency visible
1633 -*/
1634 -#file img, .gallerybox .thumb img {
1635 - background: url(../common/images/Checker-16x16.png) repeat;
1636 -}
Index: trunk/phase3/skins/common/common.css
@@ -476,6 +476,8 @@
477477 /* Stop floats from intruding into edit area in previews */
478478 #toolbar, #wpTextbox1 { clear: both; }
479479
 480+/*
480481 #file img, .gallerybox .thumb img {
481482 background: url(images/Checker-16x16.png) repeat;
482483 }
 484+*/
\ No newline at end of file
Index: trunk/phase3/skins/simple/main.css
@@ -447,6 +447,8 @@
448448 /* Stop floats from intruding into edit area in previews */
449449 #toolbar, #wpTextbox1 { clear: both; }
450450
 451+/*
451452 #file img, .gallerybox .thumb img {
452453 background: url(../common/images/Checker-16x16.png) repeat;
453454 }
 455+*/
\ No newline at end of file