r68677 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68676‎ | r68677 | r68678 >
Date:19:46, 28 June 2010
Author:tparscal
Status:ok
Tags:
Comment:
Added @noflip to div.tleft and div.rleft
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
@@ -900,11 +900,13 @@
901901 border: none !important;
902902 background: none !important;
903903 }
 904+/* @noflip */
904905 div.tright {
905906 clear: right;
906907 float: right;
907908 border-width: .5em 0 .8em 1.4em;
908909 }
 910+/* @noflip */
909911 div.tleft {
910912 float: left;
911913 clear: left;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -900,17 +900,19 @@
901901 border: none !important;
902902 background: none !important;
903903 }
 904+/* @noflip */
904905 div.tright {
 906+ clear: right;
 907+ float: right;
 908+ border-width: .5em 0 .8em 1.4em;
 909+}
 910+/* @noflip */
 911+div.tleft {
 912+ float: left;
905913 clear: left;
906 - float: left;
 914+ margin-right: .5em;
907915 border-width: .5em 1.4em .8em 0;
908916 }
909 -div.tleft {
910 - float: right;
911 - clear: right;
912 - margin-left: .5em;
913 - border-width: .5em 0 .8em 1.4em;
914 -}
915917 img.thumbborder {
916918 border: 1px solid #dddddd;
917919 }
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1548,7 +1548,7 @@
15491549 * to ensure that client-side caches do not keep obsolete copies of global
15501550 * styles.
15511551 */
1552 -$wgStyleVersion = '292';
 1552+$wgStyleVersion = '293';
15531553
15541554 /**
15551555 * 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