r102026 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102025‎ | r102026 | r102027 >
Date:18:39, 4 November 2011
Author:mah
Status:ok
Tags:
Comment:
Apply patch from Bug #12262 -- "Indents and lists don't align"
Modified paths:
  • /trunk/phase3/skins/common/commonElements.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/commonElements.css
@@ -148,7 +148,7 @@
149149 ul {
150150 line-height: 1.5em;
151151 list-style-type: square;
152 - margin: .3em 0 0 1.5em;
 152+ margin: .3em 0 0 1.6em;
153153 padding: 0;
154154 }
155155 ol {
@@ -170,7 +170,7 @@
171171 }
172172 dd {
173173 line-height: 1.5em;
174 - margin-left: 2em;
 174+ margin-left: 1.6em;
175175 margin-bottom: .1em;
176176 }
177177

Follow-up revisions

RevisionCommit summaryAuthorDate
r107073(bug 12262) Follow-up r102026: update ul margin in shared.cssrobin15:47, 22 December 2011
r113572Add release note for r102026/r107073robin14:51, 11 March 2012

Status & tagging log