Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -71,7 +71,7 @@ |
72 | 72 | #p-personal { |
73 | 73 | position: absolute; |
74 | 74 | top: 0; |
75 | | - margin-left: 10em; |
| 75 | + padding-left: 10em; |
76 | 76 | right: 0.75em; |
77 | 77 | } |
78 | 78 | #p-personal h5 { |
— | — | @@ -87,10 +87,12 @@ |
88 | 88 | line-height: 1.125em; |
89 | 89 | float: left; |
90 | 90 | } |
| 91 | + /* This one flips! */ |
91 | 92 | #p-personal li { |
92 | 93 | margin-left: 0.75em; |
93 | 94 | margin-top: 0.5em; |
94 | 95 | font-size: 0.75em; |
| 96 | + white-space: nowrap; |
95 | 97 | } |
96 | 98 | /* Navigation Containers */ |
97 | 99 | #left-navigation { |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -71,7 +71,7 @@ |
72 | 72 | #p-personal { |
73 | 73 | position: absolute; |
74 | 74 | top: 0; |
75 | | - margin-right: 10em; |
| 75 | + padding-right: 10em; |
76 | 76 | left: 0.75em; |
77 | 77 | } |
78 | 78 | #p-personal h5 { |
— | — | @@ -87,10 +87,12 @@ |
88 | 88 | line-height: 1.125em; |
89 | 89 | float: left; |
90 | 90 | } |
| 91 | + /* This one flips! */ |
91 | 92 | #p-personal li { |
92 | 93 | margin-right: 0.75em; |
93 | 94 | margin-top: 0.5em; |
94 | 95 | font-size: 0.75em; |
| 96 | + white-space: nowrap; |
95 | 97 | } |
96 | 98 | /* Navigation Containers */ |
97 | 99 | #left-navigation { |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1537,7 +1537,7 @@ |
1538 | 1538 | * to ensure that client-side caches do not keep obsolete copies of global |
1539 | 1539 | * styles. |
1540 | 1540 | */ |
1541 | | -$wgStyleVersion = '290'; |
| 1541 | +$wgStyleVersion = '291'; |
1542 | 1542 | |
1543 | 1543 | /** |
1544 | 1544 | * This will cache static pages for non-logged-in users to reduce |