mirror of
https://github.com/pure-css/pure
synced 2024-11-26 08:27:21 +01:00
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:
commit
7047b57d14
@ -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
|
||||
|
@ -76,7 +76,7 @@
|
||||
}
|
||||
|
||||
.pure-u-1-6 {
|
||||
width: 16.656%;
|
||||
width: 16.666%;
|
||||
}
|
||||
|
||||
.pure-u-5-6 {
|
||||
|
Loading…
Reference in New Issue
Block a user