1
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:
Eric Ferraiuolo 2013-07-09 10:26:58 -04:00
commit 742a0beb49
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

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