r93576 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93575‎ | r93576 | r93577 >
Date:08:46, 31 July 2011
Author:diebuche
Status:ok
Tags:
Comment:
FU r93017 : Reorder gallery css, to avoid unwanted indent.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -542,6 +542,20 @@
543543 margin: 0;
544544 }
545545
 546+/* Correct directionality when page dir is different from site/user dir */
 547+/* @noflip */.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
 548+ margin: .3em 0 0 1.5em;
 549+}
 550+/* @noflip */.mw-content-rtl ul, .mw-content-ltr .mw-content-rtl ul {
 551+ margin: .3em 1.5em 0 0;
 552+}
 553+/* @noflip */.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
 554+ margin: .3em 0 0 3.2em;
 555+}
 556+/* @noflip */.mw-content-rtl ol, .mw-content-ltr .mw-content-rtl ol {
 557+ margin: .3em 3.2em 0 0;
 558+}
 559+
546560 /* Galleries */
547561 /* These display attributes look nonsensical, but are needed to support IE and FF2 */
548562 /* Don't forget to update commonPrint.css */
@@ -608,20 +622,6 @@
609623 background-repeat: no-repeat;
610624 }
611625
612 -/* Correct directionality when page dir is different from site/user dir */
613 -/* @noflip */.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
614 - margin: .3em 0 0 1.5em;
615 -}
616 -/* @noflip */.mw-content-rtl ul, .mw-content-ltr .mw-content-rtl ul {
617 - margin: .3em 1.5em 0 0;
618 -}
619 -/* @noflip */.mw-content-ltr ol, .mw-content-rtl .mw-content-ltr ol {
620 - margin: .3em 0 0 3.2em;
621 -}
622 -/* @noflip */.mw-content-rtl ol, .mw-content-ltr .mw-content-rtl ol {
623 - margin: .3em 3.2em 0 0;
624 -}
625 -
626626 /* Localised ordered list numbering for some languages */
627627 ol:lang(bcc) li,
628628 ol:lang(bqi) li,

Sign-offs

UserFlagDate
Nikerabbitinspected09:36, 21 August 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r97269Manually merge r93576reedy14:04, 16 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93017Fix margin of r90743 (margin is different between ul & ol)robin21:40, 24 July 2011

Status & tagging log