From a61210b14076b3f7196608bc6682a6e32c4e7a3d Mon Sep 17 00:00:00 2001 From: Krinkle Date: Fri, 24 Dec 2010 15:07:01 +0000 Subject: [PATCH] Adding default styling for redirects * Fixes bug 26266 * HTML class .allpagesredirect (redirects on [[Special:AllPages]]), .redirect-in-category (redirects in category listings) --- skins/common/shared.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skins/common/shared.css b/skins/common/shared.css index 31d8eec0fb..23434a0914 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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; -- 2.20.1