Index: trunk/phase3/skins/chick/main.css |
— | — | @@ -279,7 +279,8 @@ |
280 | 280 | /* thumbnails */ |
281 | 281 | div.thumb { |
282 | 282 | margin-bottom: 0.5em; |
283 | | - border-style: solid; border-color: white; |
| 283 | + border-style: solid; |
| 284 | + border-color: transparent; |
284 | 285 | width: auto; |
285 | 286 | } |
286 | 287 | div.thumbinner { |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -411,7 +411,7 @@ |
412 | 412 | div.thumb { |
413 | 413 | margin-bottom: .5em; |
414 | 414 | border-style: solid; |
415 | | - border-color: white; |
| 415 | + border-color: transparent; |
416 | 416 | width: auto; |
417 | 417 | } |
418 | 418 | div.thumbinner { |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -488,7 +488,7 @@ |
489 | 489 | div.thumb { |
490 | 490 | margin-bottom: .5em; |
491 | 491 | border-style: solid; |
492 | | - border-color: white; |
| 492 | + border-color: transparent; |
493 | 493 | width: auto; |
494 | 494 | } |
495 | 495 | div.thumbinner { |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -129,12 +129,6 @@ |
130 | 130 | } |
131 | 131 | |
132 | 132 | /** |
133 | | - * Thumbnails |
134 | | - */ |
135 | | -/* Transparent instead of white thumb-containers (prevent white around thumbs on non-white backgrounds/templates) */ |
136 | | -div.thumb { border-color: transparent; } |
137 | | - |
138 | | -/** |
139 | 133 | * Image captions |
140 | 134 | */ |
141 | 135 | body.rtl .thumbcaption { text-align: right; } |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -893,7 +893,7 @@ |
894 | 894 | div.thumb { |
895 | 895 | margin-bottom: .5em; |
896 | 896 | border-style: solid; |
897 | | - border-color: white; |
| 897 | + border-color: transparent; |
898 | 898 | width: auto; |
899 | 899 | background-color: transparent; |
900 | 900 | } |