r107073 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107072‎ | r107073 | r107074 >
Date:15:47, 22 December 2011
Author:robin
Status:ok (Comments)
Tags:
Comment:
(bug 12262) Follow-up r102026: update ul margin in shared.css
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -706,13 +706,13 @@
707707 .mw-content-ltr ul,
708708 .mw-content-rtl .mw-content-ltr ul {
709709 /* @noflip */
710 - margin: 0.3em 0 0 1.5em;
 710+ margin: 0.3em 0 0 1.6em;
711711 padding: 0;
712712 }
713713 .mw-content-rtl ul,
714714 .mw-content-ltr .mw-content-rtl ul {
715715 /* @noflip */
716 - margin: 0.3em 1.5em 0 0;
 716+ margin: 0.3em 1.6em 0 0;
717717 padding: 0;
718718 }
719719 .mw-content-ltr ol,

Follow-up revisions

RevisionCommit summaryAuthorDate
r113572Add release note for r102026/r107073robin14:51, 11 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102026Apply patch from Bug #12262 -- "Indents and lists don't align"mah18:39, 4 November 2011

Comments

#Comment by Nemo bis (talk | contribs)   20:56, 10 March 2012

This should at least be included in the release notes.

#Comment by SPQRobin (talk | contribs)   14:56, 11 March 2012

You should've noted this on r102026, I just updated styles in shared.css :) Anyway, added release notes in r113572/r113573

Status & tagging log