Update normalize.css from master branch

This commit is contained in:
Nicolas Gallagher 2011-09-20 14:37:20 +01:00
parent 3f6ccbaf0c
commit 7e939a1ca7

11
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css 2011-08-12T17:28 UTC · http://github.com/necolas/normalize.css */ /*! normalize.css 2011-09-14T10:27 UTC - http://github.com/necolas/normalize.css */
/* ============================================================================= /* =============================================================================
HTML5 display definitions HTML5 display definitions
@ -259,7 +259,7 @@ nav ol {
========================================================================== */ ========================================================================== */
/* /*
* 1. Removes border when inside 'a' element in IE6/7/8/9 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
* 2. Improves image quality when scaled in IE7 * 2. Improves image quality when scaled in IE7
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/ */
@ -304,10 +304,11 @@ form {
} }
/* /*
* Define consistent margin and padding * Define consistent border, margin, and padding
*/ */
fieldset { fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px; margin: 0 2px;
padding: 0.35em 0.625em 0.75em; padding: 0.35em 0.625em 0.75em;
} }
@ -324,7 +325,7 @@ legend {
/* /*
* 1. Corrects font size not being inherited in all browsers * 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
* 3. Improves appearance and consistency in all browsers * 3. Improves appearance and consistency in all browsers
*/ */
@ -365,7 +366,7 @@ table input {
*/ */
button, button,
html input[type="button"], input[type="button"],
input[type="reset"], input[type="reset"],
input[type="submit"] { input[type="submit"] {
cursor: pointer; /* 1 */ cursor: pointer; /* 1 */