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:
parent
44fb2281f3
commit
67c2adba1c
|
@ -235,6 +235,10 @@ select {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.error a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.narrow {
|
||||
width: 70%;
|
||||
margin-bottom: 40px;
|
||||
|
|
Loading…
Reference in New Issue