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 @@
296
296
297
297
.catlinks li {
298
298
display: inline-block;
299
- line-height: 1.35em;
300
- padding: 0 .7em;
299
+ line-height: 1em;
301
300
border-left: 1px solid #AAA;
302
- margin: 0.3em 0;
301
+ margin: 0.25em 0;
302
+ padding: 0 0.5em;
303
303
zoom: 1;
304
304
display: inline !ie;
305
305
}
306
306
307
307
.catlinks li:first-child {
308
- padding-left: .4em;
308
+ padding-left: 0.25em;
309
309
border-left: none;
310
310
}
311
311
/**
Sign-offs
User
Flag
Date
Nikerabbit
inspected
06:36, 27 October 2011
Nikerabbit
tested
06:36, 27 October 2011
Follow-up revisions
Revision
Commit summary
Author
Date
r102298
Fix
Bug #31547
- Category links need less spacing and better wrapping...
mah
17: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
09:53, 2 January 2012
Krinkle
(
talk
|
contribs
)
changed the
tags
for r100869
[
removed:
frontend]
09:52, 12 December 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r100869
[
removed:
new
added:
ok]
06:36, 27 October 2011
Nikerabbit
(
talk
|
contribs
)
changed the
tags
for r100869
[
added:
frontend]