Adding default styling for redirects
authorKrinkle <krinkle@users.mediawiki.org>
Fri, 24 Dec 2010 15:07:01 +0000 (15:07 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Fri, 24 Dec 2010 15:07:01 +0000 (15:07 +0000)
* Fixes bug 26266
* HTML class .allpagesredirect (redirects on [[Special:AllPages]]), .redirect-in-category (redirects in category listings)

skins/common/shared.css

index 31d8eec..23434a0 100644 (file)
@@ -9,6 +9,10 @@
 .mw-plusminus-neg { color: #8b0000; } /* dark red */
 .mw-plusminus-null { color: #aaa; } /* gray */
 
+/* Links to redirects appear italicized on [[Special:AllPages]],
+   and in category listings */
+.allpagesredirect, .redirect-in-category { font-style: italic; }
+
 /* Comment and username portions of RC entries */
 span.comment {
        font-style: italic;