Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -1069,6 +1069,7 @@ |
1070 | 1070 | /* Watch/Unwatch Icon Styling */ |
1071 | 1071 | #ca-unwatch.icon, |
1072 | 1072 | #ca-watch.icon { |
| 1073 | + margin-right:1px; |
1073 | 1074 | } |
1074 | 1075 | #ca-unwatch.icon a, |
1075 | 1076 | #ca-watch.icon a { |
— | — | @@ -1104,3 +1105,8 @@ |
1105 | 1106 | #ca-watch.icon a span { |
1106 | 1107 | display: none; |
1107 | 1108 | } |
| 1109 | +div.vectorTabs ul { |
| 1110 | + background-image:url(images/tab-break.png); |
| 1111 | + background-position:right bottom; |
| 1112 | + background-repeat:no-repeat; |
| 1113 | +} |
\ No newline at end of file |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -1069,6 +1069,7 @@ |
1070 | 1070 | /* Watch/Unwatch Icon Styling */ |
1071 | 1071 | #ca-unwatch.icon, |
1072 | 1072 | #ca-watch.icon { |
| 1073 | + margin-left:1px; |
1073 | 1074 | } |
1074 | 1075 | #ca-unwatch.icon a, |
1075 | 1076 | #ca-watch.icon a { |
— | — | @@ -1104,3 +1105,8 @@ |
1105 | 1106 | #ca-watch.icon a span { |
1106 | 1107 | display: none; |
1107 | 1108 | } |
| 1109 | +div.vectorTabs ul { |
| 1110 | + background-image:url(images/tab-break.png); |
| 1111 | + background-position:left bottom; |
| 1112 | + background-repeat:no-repeat; |
| 1113 | +} |
\ No newline at end of file |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1605,7 +1605,7 @@ |
1606 | 1606 | * to ensure that client-side caches do not keep obsolete copies of global |
1607 | 1607 | * styles. |
1608 | 1608 | */ |
1609 | | -$wgStyleVersion = '247'; |
| 1609 | +$wgStyleVersion = '248'; |
1610 | 1610 | |
1611 | 1611 | |
1612 | 1612 | # Server-side caching: |