Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -364,7 +364,7 @@ |
365 | 365 | padding: 0.25em; |
366 | 366 | line-height: 1em; |
367 | 367 | font-size: 0.8em; |
368 | | - width: 9em; |
| 368 | + width: 14em; |
369 | 369 | background-color: transparent; |
370 | 370 | } |
371 | 371 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
— | — | @@ -1128,4 +1128,4 @@ |
1129 | 1129 | background-image:url(images/tab-break.png?1); |
1130 | 1130 | background-position:right bottom; |
1131 | 1131 | background-repeat:no-repeat; |
1132 | | -} |
\ No newline at end of file |
| 1132 | +} |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -364,7 +364,7 @@ |
365 | 365 | padding: 0.25em; |
366 | 366 | line-height: 1em; |
367 | 367 | font-size: 0.8em; |
368 | | - width: 9em; |
| 368 | + width: 14em; |
369 | 369 | background-color: transparent; |
370 | 370 | } |
371 | 371 | /* OVERRIDDEN BY COMPLIANT BROWSERS */ |
— | — | @@ -1128,4 +1128,4 @@ |
1129 | 1129 | background-image:url(images/tab-break.png?1); |
1130 | 1130 | background-position:left bottom; |
1131 | 1131 | background-repeat:no-repeat; |
1132 | | -} |
\ No newline at end of file |
| 1132 | +} |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1677,7 +1677,7 @@ |
1678 | 1678 | * to ensure that client-side caches do not keep obsolete copies of global |
1679 | 1679 | * styles. |
1680 | 1680 | */ |
1681 | | -$wgStyleVersion = '280'; |
| 1681 | +$wgStyleVersion = '281'; |
1682 | 1682 | |
1683 | 1683 | |
1684 | 1684 | # Server-side caching: |