Merge pull request #115 from chilts/patch-1

Update with typo for .pure-u-1-6 from 16.656 to 16.666
This commit is contained in:
Tilo 2013-06-25 14:38:23 -07:00
commit 7047b57d14
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Pure Change History
NEXT NEXT
---- ----
* 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

View File

@ -76,7 +76,7 @@
} }
.pure-u-1-6 { .pure-u-1-6 {
width: 16.656%; width: 16.666%;
} }
.pure-u-5-6 { .pure-u-5-6 {