From 6e2f248ab9a24e4221014231cc0caf8e08f6a0c4 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Tue, 15 Feb 2011 23:45:57 +0000 Subject: [PATCH] Adding italics for .watchlistredir * 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 19f5d4ae96..c613e294fc 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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 { -- 2.20.1