mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00: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
|
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
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user