The text under the login form is to small, I can read it but I guess I won't if I were 10 years older.
Maybe you should remove the 0.7em in:
#user-login-form .item-list ul {
font-size:0.7em;
list-style-type:none;
}
The text under the login form is to small, I can read it but I guess I won't if I were 10 years older.
Maybe you should remove the 0.7em in:
#user-login-form .item-list ul {
font-size:0.7em;
list-style-type:none;
}
Comments
Comment #1
geerlingguy commentedThat is pretty small. I will increase it to .85 or .9 (I'll see how I like different sizes first).
Comment #2
geerlingguy commentedFixed in CVS (I removed the font-size rule entirely, as suggested in #1):
http://drupal.org/cvs?commit=472464