r78964 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r78963
|
r78964
|
r78965
>
Date:
15:07, 24 December 2010
Author:
krinkle
Status:
ok (
Comments
)
Tags:
Comment:
Adding default styling for redirects
* Fixes
bug 26266
* HTML class .allpagesredirect (redirects on [[Special:AllPages]]), .redirect-in-category (redirects in category listings)
Modified paths:
/trunk/phase3/skins/common/shared.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/skins/common/shared.css
—
—
@@ -9,6 +9,10 @@
10
10
.mw-plusminus-neg { color: #8b0000; } /* dark red */
11
11
.mw-plusminus-null { color: #aaa; } /* gray */
12
12
13
+/* Links to redirects appear italicized on [[Special:AllPages]],
14
+ and in category listings */
15
+.allpagesredirect, .redirect-in-category { font-style: italic; }
16
+
13
17
/* Comment and username portions of RC entries */
14
18
span.comment {
15
19
font-style: italic;
Follow-up revisions
Revision
Commit summary
Author
Date
r82151
1.17wmf1: MFT
r78964
,
r79086
,
r79087
,
r79091
,
r82004
,
r82025
,
r82048
,
r82070
,...
catrope
22:55, 14 February 2011
r82203
Adding italics for .watchlistredir...
krinkle
23:45, 15 February 2011
r85080
MFT
r78108
,
r78179
,
r78344
,
r78347
,
r78350
,
r78365
,
r78380
,
r78425
,
r78539
,
r...
demon
19:09, 31 March 2011
Comments
#
Comment by
MZMcBride
(
talk
|
contribs
)
10:21, 31 December 2010
\o/
Status & tagging log
19:10, 31 March 2011
😂
(
talk
|
contribs
)
changed the
tags
for r78964
[
removed:
1.17]
19:22, 15 February 2011
Krinkle
(
talk
|
contribs
)
changed the
tags
for r78964
[
removed:
1.17wmf1]
20:49, 14 February 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r78964
[
removed:
new
added:
ok]
01:48, 14 February 2011
Krinkle
(
talk
|
contribs
)
changed the
tags
for r78964
[
added:
1.17,1.17wmf1]