r97269 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97268‎ | r97269 | r97270 >
Date:14:04, 16 September 2011
Author:reedy
Status:ok
Tags:
Comment:
Manually merge r93576
Modified paths:
  • /branches/REL1_18/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/skins/common/shared.css
@@ -603,6 +603,20 @@
604604 padding: 0;
605605 }
606606
 607+/* Correct directionality when page dir is different from site/user dir */
 608+/* @noflip */.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
 609+ margin: .3em 0 0 1.5em;
 610+}
 611+/* @noflip */.mw-content-rtl ul, .mw-content-ltr .mw-content-rtl ul {
 612+ margin: .3em 1.5em 0 0;
 613+}
 614+/* @noflip */.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
 615+ margin: .3em 0 0 3.2em;
 616+}
 617+/* @noflip */.mw-content-rtl ol, .mw-content-ltr .mw-content-rtl ol {
 618+ margin: .3em 3.2em 0 0;
 619+}
 620+
607621 /* Galleries */
608622 /* These display attributes look nonsensical, but are needed to support IE and FF2 */
609623 /* Don't forget to update commonPrint.css */
@@ -669,20 +683,6 @@
670684 background-repeat: no-repeat;
671685 }
672686
673 -/* Correct directionality when page dir is different from site/user dir */
674 -/* @noflip */.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
675 - margin: .3em 0 0 1.5em;
676 -}
677 -/* @noflip */.mw-content-rtl ul, .mw-content-ltr .mw-content-rtl ul {
678 - margin: .3em 1.5em 0 0;
679 -}
680 -/* @noflip */.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
681 - margin: .3em 0 0 3.2em;
682 -}
683 -/* @noflip */.mw-content-rtl ol, .mw-content-ltr .mw-content-rtl ol {
684 - margin: .3em 3.2em 0 0;
685 -}
686 -
687687 /* Localised ordered list numbering for some languages */
688688 ol:lang(bcc) li,
689689 ol:lang(bqi) li,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93576FU r93017 : Reorder gallery css, to avoid unwanted indent.diebuche08:46, 31 July 2011

Status & tagging log