1
mirror of https://github.com/pure-css/pure synced 2025-03-29 18:09:11 +01:00

Merge pull request from AurelioDeRosa/master

Fixed issue 
This commit is contained in:
Eric Ferraiuolo 2013-07-09 07:20:13 -07:00
commit b4e623e9dd
2 changed files with 3 additions and 2 deletions
HISTORY.md
src/tables/css

@ -4,12 +4,14 @@ Pure Change History
NEXT NEXT
---- ----
* Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95)
* Fix class `.pure-u-1-6` to change width from 16.656% to 16.666% * 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. * Apply `.pure-form-group input` styling to all text-ish `input` elements.
* Added `display: block` to `textarea` in `.pure-form-stacked` to fix an * Added `display: block` to `textarea` in `.pure-form-stacked` to fix an
alignment issue for subsequent elements (Issue #90) alignment issue for subsequent elements (Issue [#90](https://github.com/yui/pure/issues/90))
0.2.0 (2013-06-11) 0.2.0 (2013-06-11)

@ -32,7 +32,6 @@
color: #000; color: #000;
text-align: left; text-align: left;
vertical-align: bottom; vertical-align: bottom;
white-space: nowrap;
} }
/* /*