r58151 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58150‎ | r58151 | r58152 >
Date:18:15, 26 October 2009
Author:adam
Status:ok
Tags:
Comment:
rebulding vector's rtl stylesheet
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-rtl.css
@@ -141,6 +141,7 @@
142142 background-image: url(images/tab-normal-fade.png);
143143 background-position: bottom right;
144144 background-repeat: repeat-x;
 145+ white-space:nowrap;
145146 }
146147 /* IGNORED BY IE6 */
147148 div.vectorTabs ul > li {
@@ -576,13 +577,13 @@
577578 margin-left: 0.25em;
578579 }
579580
580 -/*
581 - * * Styles for the user login and create account forms
582 - * */
 581+/*
 582+ * Styles for the user login and create account forms
 583+ */
583584 #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;
587588 float: right;
588589 }
589590
@@ -1102,4 +1103,4 @@
11031104 #ca-unwatch.icon a span,
11041105 #ca-watch.icon a span {
11051106 display: none;
1106 -}
 1107+}
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1605,7 +1605,7 @@
16061606 * to ensure that client-side caches do not keep obsolete copies of global
16071607 * styles.
16081608 */
1609 -$wgStyleVersion = '246';
 1609+$wgStyleVersion = '247';
16101610
16111611
16121612 # Server-side caching:

Follow-up revisions

RevisionCommit summaryAuthorDate
r59198wmf-deployment: Merge some revs for the upcoming usability deployment (apolog...catrope16:51, 18 November 2009

Status & tagging log