diff --git a/normalize.css b/normalize.css index c3350e3..5664951 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,4 @@ -/*! normalize.css 2011-07-12T10:28 UTC · http://github.com/necolas/normalize.css */ +/*! normalize.css 2011-07-12T10:51 UTC · http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 element display @@ -335,6 +335,16 @@ input { *overflow: visible; /* 2 */ } +/* + * Corrects overlap and whitespace issue for buttons and inputs in IE6/7 + * Known issue: reintroduces inner spacing + */ + +table button, +table input { + *overflow: auto; +} + /* * 1. Improves usability and consistency of cursor style between image-type 'input' and others * 2. Corrects inability to style clickable 'input' types in iOS