r68105 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68104‎ | r68105 | r68106 >
Date:20:16, 15 June 2010
Author:tparscal
Status:ok
Tags:
Comment:
Improved the wrapping of personal tools for Vector in IE 5.5 and 6.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -71,7 +71,7 @@
7272 #p-personal {
7373 position: absolute;
7474 top: 0;
75 - margin-left: 10em;
 75+ padding-left: 10em;
7676 right: 0.75em;
7777 }
7878 #p-personal h5 {
@@ -87,10 +87,12 @@
8888 line-height: 1.125em;
8989 float: left;
9090 }
 91+ /* This one flips! */
9192 #p-personal li {
9293 margin-left: 0.75em;
9394 margin-top: 0.5em;
9495 font-size: 0.75em;
 96+ white-space: nowrap;
9597 }
9698 /* Navigation Containers */
9799 #left-navigation {
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -71,7 +71,7 @@
7272 #p-personal {
7373 position: absolute;
7474 top: 0;
75 - margin-right: 10em;
 75+ padding-right: 10em;
7676 left: 0.75em;
7777 }
7878 #p-personal h5 {
@@ -87,10 +87,12 @@
8888 line-height: 1.125em;
8989 float: left;
9090 }
 91+ /* This one flips! */
9192 #p-personal li {
9293 margin-right: 0.75em;
9394 margin-top: 0.5em;
9495 font-size: 0.75em;
 96+ white-space: nowrap;
9597 }
9698 /* Navigation Containers */
9799 #left-navigation {
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1537,7 +1537,7 @@
15381538 * to ensure that client-side caches do not keep obsolete copies of global
15391539 * styles.
15401540 */
1541 -$wgStyleVersion = '290';
 1541+$wgStyleVersion = '291';
15421542
15431543 /**
15441544 * This will cache static pages for non-logged-in users to reduce

Follow-up revisions

RevisionCommit summaryAuthorDate
r687451.16wmf4: Merge Vector fixes from trunk: r68079, r68105, r68109, r68177, r682...catrope21:18, 29 June 2010

Status & tagging log