Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -9,9 +9,9 @@ |
10 | 10 | .mw-plusminus-neg { color: #8b0000; } /* dark red */ |
11 | 11 | .mw-plusminus-null { color: #aaa; } /* gray */ |
12 | 12 | |
13 | | -/* Links to redirects appear italicized on [[Special:AllPages]], |
14 | | - and in category listings */ |
15 | | -.allpagesredirect, .redirect-in-category { font-style: italic; } |
| 13 | +/* Links to redirects appear italicized on [[Special:AllPages]], [[Special:PrefixIndex]], |
| 14 | + [[Special:Watchlist/edit]] and in category listings */ |
| 15 | +.allpagesredirect, .redirect-in-category, .watchlistredir { font-style: italic; } |
16 | 16 | |
17 | 17 | /* Comment and username portions of RC entries */ |
18 | 18 | span.comment { |