mirror of
https://github.com/pure-css/pure
synced 2024-11-22 05:32:20 +01:00
Merge branch 'label-color' of git://github.com/AurelioDeRosa/pure into AurelioDeRosa-label-color
Conflicts: HISTORY.md
This commit is contained in:
commit
742a0beb49
@ -6,6 +6,8 @@ NEXT
|
||||
|
||||
* Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95)
|
||||
|
||||
* Removed the gray color of forms' labels. Fix for issue [#89](https://github.com/yui/pure/issues/89)
|
||||
|
||||
* Fix class `.pure-u-1-6` to change width from 16.656% to 16.666%
|
||||
|
||||
* Apply `.pure-form-group input` styling to all text-ish `input` elements.
|
||||
|
@ -112,7 +112,6 @@
|
||||
}
|
||||
.pure-form label {
|
||||
margin: 0.5em 0 0.2em;
|
||||
color: #999;
|
||||
font-size: 90%;
|
||||
}
|
||||
.pure-form fieldset {
|
||||
|
Loading…
Reference in New Issue
Block a user