mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Update normalize.css from master branch
This commit is contained in:
parent
38f540b338
commit
579ebabe4d
33
normalize.css
vendored
33
normalize.css
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! normalize.css 2012-02-07T01:46 UTC - http://github.com/necolas/normalize.css */
|
/*! normalize.css 2012-02-07T10:31 UTC - http://github.com/necolas/normalize.css */
|
||||||
|
|
||||||
/* =============================================================================
|
/* =============================================================================
|
||||||
HTML5 display definitions
|
HTML5 display definitions
|
||||||
@ -68,7 +68,7 @@ html {
|
|||||||
-ms-text-size-adjust: 100%; /* 2 */
|
-ms-text-size-adjust: 100%; /* 2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Addresses font-family inconsistency between 'textarea' and other form elements.
|
* Addresses font-family inconsistency between 'textarea' and other form elements.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -117,8 +117,8 @@ a:active {
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
|
* Addresses font sizes and margins set differently in IE6/7
|
||||||
* Fix IE6/7 heading font-size not being relative to the root font-size
|
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
|
||||||
*/
|
*/
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -163,9 +163,9 @@ abbr[title] {
|
|||||||
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
|
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
|
||||||
*/
|
*/
|
||||||
|
|
||||||
b,
|
b,
|
||||||
strong {
|
strong {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
@ -189,6 +189,15 @@ mark {
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses margins set differently in IE6/7
|
||||||
|
*/
|
||||||
|
|
||||||
|
p,
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Corrects font family set oddly in IE6, S4/5, Chrome
|
* Corrects font family set oddly in IE6, S4/5, Chrome
|
||||||
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
|
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
|
||||||
@ -269,8 +278,6 @@ sub {
|
|||||||
dl,
|
dl,
|
||||||
menu,
|
menu,
|
||||||
ol,
|
ol,
|
||||||
p,
|
|
||||||
pre,
|
|
||||||
ul {
|
ul {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
@ -316,7 +323,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Corrects overflow displayed oddly in IE9
|
* Corrects overflow displayed oddly in IE9
|
||||||
*/
|
*/
|
||||||
|
|
||||||
svg:not(:root) {
|
svg:not(:root) {
|
||||||
@ -405,8 +412,8 @@ input {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
button,
|
button,
|
||||||
input[type="button"],
|
input[type="button"],
|
||||||
input[type="reset"],
|
input[type="reset"],
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
cursor: pointer; /* 1 */
|
cursor: pointer; /* 1 */
|
||||||
-webkit-appearance: button; /* 2 */
|
-webkit-appearance: button; /* 2 */
|
||||||
@ -484,7 +491,7 @@ textarea {
|
|||||||
Tables
|
Tables
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Remove most spacing between table cells
|
* Remove most spacing between table cells
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user