Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -141,6 +141,7 @@ |
142 | 142 | background-image: url(images/tab-normal-fade.png); |
143 | 143 | background-position: bottom right; |
144 | 144 | background-repeat: repeat-x; |
| 145 | + white-space:nowrap; |
145 | 146 | } |
146 | 147 | /* IGNORED BY IE6 */ |
147 | 148 | div.vectorTabs ul > li { |
— | — | @@ -576,13 +577,13 @@ |
577 | 578 | margin-left: 0.25em; |
578 | 579 | } |
579 | 580 | |
580 | | -/* |
581 | | - * * Styles for the user login and create account forms |
582 | | - * */ |
| 581 | +/* |
| 582 | + * Styles for the user login and create account forms |
| 583 | + */ |
583 | 584 | #userlogin, #userloginForm { |
584 | | - border: solid 1px #cccccc; |
585 | | - padding: .8em; |
586 | | - margin: .5em; |
| 585 | + border: solid 1px #cccccc; |
| 586 | + padding: 1.2em; |
| 587 | + margin: .5em; |
587 | 588 | float: right; |
588 | 589 | } |
589 | 590 | |
— | — | @@ -1102,4 +1103,4 @@ |
1103 | 1104 | #ca-unwatch.icon a span, |
1104 | 1105 | #ca-watch.icon a span { |
1105 | 1106 | display: none; |
1106 | | -} |
| 1107 | +} |
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 = '246'; |
| 1609 | +$wgStyleVersion = '247'; |
1610 | 1610 | |
1611 | 1611 | |
1612 | 1612 | # Server-side caching: |