mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Add HISTORY entry for normalized button heights
This commit is contained in:
parent
74c952aa68
commit
1fa9cf9001
10
HISTORY.md
10
HISTORY.md
@ -11,11 +11,17 @@ NEXT
|
||||
|
||||
### Buttons
|
||||
|
||||
* Removed all the occurrences of `-ms-linear-gradient()` from Buttons since it has
|
||||
never been in the final version of IE 10. ([#200][]: @AurelioDeRosa)
|
||||
* Removed all the occurrences of `-ms-linear-gradient()` from Buttons since it
|
||||
has never been in the final version of IE 10. ([#200][]: @AurelioDeRosa)
|
||||
|
||||
* `<input>` Buttons now have the same height as non-input buttons.
|
||||
`font-family: inherit;` has been added to the `.pure-button` selector to
|
||||
normalize the difference in height. ([#221][] @narcis-radu)
|
||||
|
||||
|
||||
[#200]: https://github.com/yui/pure/issues/200
|
||||
[#221]: https://github.com/yui/pure/issues/221
|
||||
|
||||
|
||||
0.3.0 (2013-09-09)
|
||||
------------------
|
||||
|
Loading…
Reference in New Issue
Block a user