Change the colors on the login error messages. Props mt. fixes #6105

git-svn-id: https://develop.svn.wordpress.org/trunk@7163 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-06 06:02:26 +00:00
parent 5330df3c0a
commit 30c538c813

View File

@ -74,9 +74,8 @@ h1 a {
} }
#login_error { #login_error {
background-color: #f00; background-color: #ffebe8;
border-color: #800; border-color: #c00;
color: #fff;
} }
#nav { margin: 0 0 0 8px; padding: 16px; } #nav { margin: 0 0 0 8px; padding: 16px; }