Page MenuHomePhabricator

Wrong css for category links in standard skin
Closed, ResolvedPublic

Description

The standard skin uses the following css (in wikistandard.css):

p.catlinks { font-size:small; margin-top:0; text-align:right;}

But the element that has class catlinks has been changed to a div, so the code should be:

div.catlinks { font-size:small; margin-top:0; text-align:right;}


Version: 1.12.x
Severity: normal

Details

Reference
bz13161

Event Timeline

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

Fixed with r31316 by Tim Starling.