Page MenuHomePhabricator

Enable on meta redirect italics on Special page Allpages
Closed, InvalidPublic

Description

Author: ezyang

Description:
Please enable redirect italics on meta on Allpages. This feature appears to be
in use on en.wikipedia.


Version: unspecified
Severity: normal
URL: http://meta.wikimedia.org/wiki/Special:Allpages/Mass_content_adding/Geographic_data/Using_NGA_data/Localization/Language_codes/English

Details

Reference
bz5348

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:10 PM
bzimport set Reference to bz5348.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

This is a local site issue. Add something like

.allpagesredirect {

style: italic;

}

to MediaWiki:Common.css on Meta.

ezyang wrote:

For other people, note the typo, it's: .allpagesredirect {font-style: italic;}
(font-style not style)