r96764 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r96763
|
r96764
|
r96765
>
Date:
00:57, 11 September 2011
Author:
robin
Status:
ok
Tags:
Comment:
Fix standard skin, which doesn't style ul/ol. The margin added in shared.css (see
r91518
and previous) made standard have both margin and default browser css. This resets that.
Modified paths:
/trunk/phase3/skins/common/shared.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/common/shared.css
—
—
@@ -711,21 +711,25 @@
712
712
.mw-content-rtl .mw-content-ltr ul {
713
713
/* @noflip */
714
714
margin: 0.3em 0 0 1.5em;
715
+ padding: 0;
715
716
}
716
717
.mw-content-rtl ul,
717
718
.mw-content-ltr .mw-content-rtl ul {
718
719
/* @noflip */
719
720
margin: 0.3em 1.5em 0 0;
721
+ padding: 0;
720
722
}
721
723
.mw-content-ltr ol,
722
724
.mw-content-rtl .mw-content-ltr ol {
723
725
/* @noflip */
724
726
margin: 0.3em 0 0 3.2em;
727
+ padding: 0;
725
728
}
726
729
.mw-content-rtl ol,
727
730
.mw-content-ltr .mw-content-rtl ol {
728
731
/* @noflip */
729
732
margin: 0.3em 3.2em 0 0;
733
+ padding: 0;
730
734
}
731
735
732
736
/* Galleries */
Follow-up revisions
Revision
Commit summary
Author
Date
r96849
REL1_18:
r96509
,
r96522
,
r96606
,
r96643
,
r96645
,
r96655
,
r96659
,
r96687
,
r967...
...
reedy
15:03, 12 September 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r91518
(
bug 6100
; follow-up to
r91315
) Being bold and removing $wgBetterDirectionali...
robin
02:26, 6 July 2011
Status & tagging log
15:04, 12 September 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r96764
[
removed:
1.18]
01:09, 11 September 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r96764
[
removed:
new
added:
ok]
00:57, 11 September 2011
SPQRobin
(
talk
|
contribs
)
changed the
tags
for r96764
[
added:
1.18]