From 1fa9cf9001a315b00b8280fdd1a9395ee34a79ce Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Wed, 6 Nov 2013 14:42:37 -0800 Subject: [PATCH] Add HISTORY entry for normalized button heights --- HISTORY.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b54934e..3a006a0 100644 --- a/HISTORY.md +++ b/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) + +* `` 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) ------------------