Last modified: 2008-02-26 18:27:43 UTC
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;}
Fixed with r31316 by Tim Starling.