add HISTORY entry for commit 7b8cab1

This commit is contained in:
Tilo Mitra 2013-07-10 12:00:45 -04:00
parent 7b8cab1eb7
commit 1446393fd9

View File

@ -15,6 +15,8 @@ NEXT
* Added `display: block` to `textarea` in `.pure-form-stacked` to fix an
alignment issue for subsequent elements (Issue [#90](https://github.com/yui/pure/issues/90))
* Grid unit `pure-u-1` is now `{ display: inline-block; width: 100%; }` instead
of `{ display: block; }` (Issue [#94](https://github.com/yui/pure/issues/94))
0.2.0 (2013-06-11)
------------------