Vector Skin

Vector Skin

In Monobook Skin items in personal tools are lower-cased (my talk, my preferences, my watchlist, my contributions, log out), but in Vector Skin those are uppercased (first letter). It would be great if you change this setting in Vector skin. Lowercased first letter looks way better. Thanks.

Vectoeds19:22, 8 April 2010

Best report that in bugzilla: as the Usability Initiative guards that design.

Siebrand19:38, 8 April 2010
 

Note: You can do this by adding the following to your /vector.js:

/* Make all of the links lowercase */
div#p-personal li { text-transform: lowercase; }
/* Override the lowercasing for the username */
li#pt-userpage { text-transform: none !important; }

To be honest, I also prefer it to be lower-case in this situation, though I'm otherwise someone who cares for proper capitalization.

The Evil IP address16:55, 9 April 2010