r24663 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24662‎ | r24663 | r24664 >
Date:20:14, 7 August 2007
Author:rotem
Status:old
Tags:
Comment:
* Fixing filehistory headings in RTL.
* common_rtl.css doesn't seem to be actually common (it didn't work). Fixing comment.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/common_rtl.css (modified) (history)
  • /trunk/phase3/skins/monobook/rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/monobook/rtl.css
@@ -224,3 +224,6 @@
225225 margin-left: 0em;
226226 margin-right: 2em;
227227 }
 228+table.filehistory th {
 229+ text-align: right;
 230+}
Index: trunk/phase3/skins/common/common_rtl.css
@@ -1,5 +1,7 @@
2 -/* This CSS file is called from absolutely every wiki that's RTL: unlike
3 - * common.css, it's actually common to all skins. */
 2+/*
 3+ * This file contains CSS settings common to RTL wikis use the pre-Monobook skins
 4+ * Wikistandard, Nostalgia and CologneBlue, the old pre-Monobook skins
 5+ */
46
57 /* js pref toc */
68 #preftoc { float: right; }
@@ -30,3 +32,6 @@
3133 p.mw-ipb-conveniencelinks {
3234 float: left;
3335 }
 36+table.filehistory th {
 37+ text-align: right;
 38+}
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1212,7 +1212,7 @@
12131213 * to ensure that client-side caches don't keep obsolete copies of global
12141214 * styles.
12151215 */
1216 -$wgStyleVersion = '96';
 1216+$wgStyleVersion = '97';
12171217
12181218
12191219 # Server-side caching:

Follow-up revisions

RevisionCommit summaryAuthorDate
r24705Merged revisions 24632-24693 via svnmerge from...david19:15, 9 August 2007

Status & tagging log