Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -1626,10 +1626,3 @@ |
1627 | 1627 | .texvc { direction: ltr; unicode-bidi: embed; } |
1628 | 1628 | /* Stop floats from intruding into edit area in previews */ |
1629 | 1629 | #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 @@ |
477 | 477 | /* Stop floats from intruding into edit area in previews */ |
478 | 478 | #toolbar, #wpTextbox1 { clear: both; } |
479 | 479 | |
| 480 | +/* |
480 | 481 | #file img, .gallerybox .thumb img { |
481 | 482 | background: url(images/Checker-16x16.png) repeat; |
482 | 483 | } |
| 484 | +*/ |
\ No newline at end of file |
Index: trunk/phase3/skins/simple/main.css |
— | — | @@ -447,6 +447,8 @@ |
448 | 448 | /* Stop floats from intruding into edit area in previews */ |
449 | 449 | #toolbar, #wpTextbox1 { clear: both; } |
450 | 450 | |
| 451 | +/* |
451 | 452 | #file img, .gallerybox .thumb img { |
452 | 453 | background: url(../common/images/Checker-16x16.png) repeat; |
453 | 454 | } |
| 455 | +*/ |
\ No newline at end of file |