Update forms.css

Removed the gray color of forms' labels. Fix for issue [#89](https://github.com/yui/pure/issues/89)
This commit is contained in:
Aurelio De Rosa 2013-07-01 23:02:32 +02:00
parent 7047b57d14
commit 7109a8b51c

View File

@ -112,7 +112,6 @@
} }
.pure-form label { .pure-form label {
margin: 0.5em 0 0.2em; margin: 0.5em 0 0.2em;
color: #999;
font-size: 90%; font-size: 90%;
} }
.pure-form fieldset { .pure-form fieldset {