Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -129,6 +129,12 @@ |
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 | +/** |
133 | 139 | * Image captions |
134 | 140 | */ |
135 | 141 | body.rtl .thumbcaption { text-align: right; } |
— | — | @@ -939,5 +945,3 @@ |
940 | 946 | .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #d6f3ff; color: black; border: 1px solid #5dc9f4; max-width: 300px; text-align: left; } |
941 | 947 | .tipsy-arrow { position: absolute; background: url( 'images/tipsy-arrow.gif' ) no-repeat top left; width: 13px; height: 13px; } |
942 | 948 | .tipsy-se .tipsy-arrow { bottom: -2px; right: 10px; background-position: 0% 100%; } |
943 | | - |
944 | | - |