http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97269

Revision: 97269
Author:   reedy
Date:     2011-09-16 14:04:18 +0000 (Fri, 16 Sep 2011)
Log Message:
-----------
Manually merge r93576

Modified Paths:
--------------
    branches/REL1_18/phase3/skins/common/shared.css

Modified: branches/REL1_18/phase3/skins/common/shared.css
===================================================================
--- branches/REL1_18/phase3/skins/common/shared.css     2011-09-16 13:48:58 UTC 
(rev 97268)
+++ branches/REL1_18/phase3/skins/common/shared.css     2011-09-16 14:04:18 UTC 
(rev 97269)
@@ -603,6 +603,20 @@
        padding: 0;
 }
 
+/* Correct directionality when page dir is different from site/user dir */
+/* @noflip */.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
+       margin: .3em 0 0 1.5em;
+}
+/* @noflip */.mw-content-rtl ul, .mw-content-ltr .mw-content-rtl ul {
+       margin: .3em 1.5em 0 0;
+}
+/* @noflip */.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
+       margin: .3em 0 0 3.2em;
+}
+/* @noflip */.mw-content-rtl ol, .mw-content-ltr .mw-content-rtl ol {
+       margin: .3em 3.2em 0 0;
+}
+
 /* Galleries */
 /* These display attributes look nonsensical, but are needed to support IE and 
FF2 */
 /* Don't forget to update commonPrint.css */
@@ -669,20 +683,6 @@
        background-repeat: no-repeat;
 }
 
-/* Correct directionality when page dir is different from site/user dir */
-/* @noflip */.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
-       margin: .3em 0 0 1.5em;
-}
-/* @noflip */.mw-content-rtl ul, .mw-content-ltr .mw-content-rtl ul {
-       margin: .3em 1.5em 0 0;
-}
-/* @noflip */.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
-       margin: .3em 0 0 3.2em;
-}
-/* @noflip */.mw-content-rtl ol, .mw-content-ltr .mw-content-rtl ol {
-       margin: .3em 3.2em 0 0;
-}
-
 /* Localised ordered list numbering for some languages */
 ol:lang(bcc) li,
 ol:lang(bqi) li,


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to