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 @@
1010 .mw-plusminus-neg { color: #8b0000; } /* dark red */
1111 .mw-plusminus-null { color: #aaa; } /* gray */
1212
 13+/* Links to redirects appear italicized on [[Special:AllPages]],
 14+ and in category listings */
 15+.allpagesredirect, .redirect-in-category { font-style: italic; }
 16+
1317 /* Comment and username portions of RC entries */
1418 span.comment {
1519 font-style: italic;

Follow-up revisions

RevisionCommit summaryAuthorDate
r821511.17wmf1: MFT r78964, r79086, r79087, r79091, r82004, r82025, r82048, r82070,...catrope22:55, 14 February 2011
r82203Adding italics for .watchlistredir...krinkle23:45, 15 February 2011
r85080MFT r78108, r78179, r78344, r78347, r78350, r78365, r78380, r78425, r78539, r...demon19:09, 31 March 2011

Comments

#Comment by MZMcBride (talk | contribs)   10:21, 31 December 2010

\o/

Status & tagging log