Adding italics for .watchlistredir
authorKrinkle <krinkle@users.mediawiki.org>
Tue, 15 Feb 2011 23:45:57 +0000 (23:45 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Tue, 15 Feb 2011 23:45:57 +0000 (23:45 +0000)
* Adding comment about Special:PrefixIndex (uses same class as Special:AllPages).
* Follow-up r78964: Adding them for .watchlistredir as well (was forgotten)

skins/common/shared.css

index 19f5d4a..c613e29 100644 (file)
@@ -9,9 +9,9 @@
 .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; }
+/* Links to redirects appear italicized on [[Special:AllPages]], [[Special:PrefixIndex]],
+   [[Special:Watchlist/edit]] and in category listings */
+.allpagesredirect, .redirect-in-category, .watchlistredir { font-style: italic; }
 
 /* Comment and username portions of RC entries */
 span.comment {