Fix link colors for error class. Props mt. see #6034

git-svn-id: http://svn.automattic.com/wordpress/trunk@7117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-01 00:40:16 +00:00
parent 44fb2281f3
commit 67c2adba1c
1 changed files with 5 additions and 1 deletions

View File

@ -235,6 +235,10 @@ select {
color: #fff;
}
.error a {
color: #fff;
}
.narrow {
width: 70%;
margin-bottom: 40px;