r100869 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100868‎ | r100869 | r100870 >
Date:20:50, 26 October 2011
Author:mah
Status:ok (Comments)
Tags:
Comment:
Patch from Erwin Dokter Bug #31547 — “Category links need less spacing and better wrapping”

Applying since the this was already tried at enwiki. http://en.wikipedia.org/w/index.php?&diff=prev&oldid=454764019
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -295,16 +295,16 @@
296296
297297 .catlinks li {
298298 display: inline-block;
299 - line-height: 1.35em;
300 - padding: 0 .7em;
 299+ line-height: 1em;
301300 border-left: 1px solid #AAA;
302 - margin: 0.3em 0;
 301+ margin: 0.25em 0;
 302+ padding: 0 0.5em;
303303 zoom: 1;
304304 display: inline !ie;
305305 }
306306
307307 .catlinks li:first-child {
308 - padding-left: .4em;
 308+ padding-left: 0.25em;
309309 border-left: none;
310310 }
311311 /**

Sign-offs

UserFlagDate
Nikerabbitinspected06:36, 27 October 2011
Nikerabbittested06:36, 27 October 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r102298Fix Bug #31547 - Category links need less spacing and better wrapping...mah17:03, 7 November 2011

Comments

#Comment by Edokter (talk | contribs)   12:25, 5 November 2011

Bug #31547 has been updated to fix a small problem in IE7 and IE8 in compatibility mode.

Status & tagging log