r24546 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24545‎ | r24546 | r24547 >
Date:19:00, 2 August 2007
Author:rotem
Status:old
Tags:
Comment:
Toggles in RTL preferences indented to the right, hidden in IE in some cases.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/monobook/rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/rtl.css
@@ -219,3 +219,8 @@
220220 p.mw-ipb-conveniencelinks {
221221 float: left;
222222 }
 223+
 224+.toggle {
 225+ margin-left: 0em;
 226+ margin-right: 2em;
 227+}
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1195,7 +1195,7 @@
11961196 * to ensure that client-side caches don't keep obsolete copies of global
11971197 * styles.
11981198 */
1199 -$wgStyleVersion = '94';
 1199+$wgStyleVersion = '95';
12001200
12011201
12021202 # Server-side caching:
Index: trunk/phase3/RELEASE-NOTES
@@ -343,6 +343,8 @@
344344 * (bug 8878) Changes to $dateFormats in German localization (removing unused,
345345 nonexistent formats, putting time after date)
346346 * (bug 10769) Database::update() should return boolean result
 347+* Toggles in RTL preferences indented to the right, hidden in IE in some
 348+ cases.
347349
348350 == API changes since 1.10 ==
349351

Follow-up revisions

RevisionCommit summaryAuthorDate
r24631Merged revisions 24480-24600 via svnmerge from...david18:39, 6 August 2007

Status & tagging log