Any idea where they're mentioned in style.css etc.? I just want to align them left to match the rest of the menu items in the sidebar. Thanks.

Comments

theneemies’s picture

They aren't ;) Override user.css with:

#user-login-form {
 text-align:left;
}

If you're editing the style, I would also recommend installing Firebug.

theneemies’s picture

Status: Active » Closed (won't fix)
ihartchris’s picture

Thanks!