Skip to content

Commit

Permalink
Merge pull request #115 from chilts/patch-1
Browse files Browse the repository at this point in the history
Update with typo for .pure-u-1-6 from 16.656 to 16.666
  • Loading branch information
tilomitra committed Jun 25, 2013
2 parents 1809be0 + ba18944 commit 7047b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Pure Change History
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.

* Added `display: block` to `textarea` in `.pure-form-stacked` to fix an
Expand Down
2 changes: 1 addition & 1 deletion src/grids/css/grids-units.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}

.pure-u-1-6 {
width: 16.656%;
width: 16.666%;
}

.pure-u-5-6 {
Expand Down

0 comments on commit 7047b57

Please sign in to comment.