Last modified: 2011-11-20 11:04:12 UTC
Cologneblue has the interlanguage links and the category bar in the topbar, and both were right aligned. (CSS inherited from td.top-linkcollection.) Since r102297 (see bug 31990), the category links in the cologneblue skin are mis-aligned (left instead of right). I guess cologneblue/screen.css should override the shared setting from shared.css by doing #catlinks { text-align: right }
Created attachment 9484 [details] Patch to skins/cologneblue/screen.css fixing this
Similar issue with the simple skin. Fixed in r103679 Thanks for reporting Lupo !
Merged in REL1_18 by r103747. Will be in next RC or stable. Thanks to both of you.