Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -215,14 +215,13 @@ |
216 | 216 | background-image: url(images/tab-break.png); |
217 | 217 | background-position: bottom left; |
218 | 218 | background-repeat: no-repeat; |
219 | | - padding-left: 1px; |
220 | 219 | margin-left: -1px; |
221 | 220 | } |
222 | | - /* IGNORED BY IE6 */ |
223 | | - #head div.vectorMenu > h5 { |
224 | | - background-image: none; |
| 221 | + #head div.vectorMenu h5 { |
| 222 | + margin-left: -1px; |
225 | 223 | } |
226 | 224 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
| 225 | + /* @noflip */ |
227 | 226 | div.vectorMenu h5 a { |
228 | 227 | display: inline-block; |
229 | 228 | width: 24px; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -215,21 +215,20 @@ |
216 | 216 | background-image: url(images/tab-break.png); |
217 | 217 | background-position: bottom left; |
218 | 218 | background-repeat: no-repeat; |
219 | | - padding-left: 1px; |
220 | 219 | margin-left: -1px; |
221 | 220 | } |
222 | | - /* IGNORED BY IE6 */ |
223 | | - #head div.vectorMenu > h5 { |
224 | | - background-image: none; |
| 221 | + #head div.vectorMenu h5 { |
| 222 | + margin-right: -1px; |
225 | 223 | } |
226 | 224 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
| 225 | + /* @noflip */ |
227 | 226 | div.vectorMenu h5 a { |
228 | 227 | display: inline-block; |
229 | 228 | width: 24px; |
230 | 229 | height: 2.5em; |
231 | 230 | text-decoration: none; |
232 | 231 | background-image: url(images/tab-break.png); |
233 | | - background-position: bottom left; |
| 232 | + background-position: bottom right; |
234 | 233 | background-repeat: no-repeat; |
235 | 234 | } |
236 | 235 | /* IGNORED BY IE6 */ |