mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Update normalize.css to v3.0.2.
This commit is contained in:
5
dist/css/bootstrap.css
vendored
5
dist/css/bootstrap.css
vendored
@@ -4,7 +4,7 @@
|
|||||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
@@ -22,6 +22,7 @@ footer,
|
|||||||
header,
|
header,
|
||||||
hgroup,
|
hgroup,
|
||||||
main,
|
main,
|
||||||
|
menu,
|
||||||
nav,
|
nav,
|
||||||
section,
|
section,
|
||||||
summary {
|
summary {
|
||||||
@@ -43,7 +44,7 @@ template {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
background: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
a:active,
|
a:active,
|
||||||
a:hover {
|
a:hover {
|
||||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
8
less/normalize.less
vendored
8
less/normalize.less
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
//
|
//
|
||||||
// 1. Set default font family to sans-serif.
|
// 1. Set default font family to sans-serif.
|
||||||
@@ -25,7 +25,8 @@ body {
|
|||||||
|
|
||||||
//
|
//
|
||||||
// Correct `block` display not defined for any HTML5 element in IE 8/9.
|
// Correct `block` display not defined for any HTML5 element in IE 8/9.
|
||||||
// Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
|
// Correct `block` display not defined for `details` or `summary` in IE 10/11
|
||||||
|
// and Firefox.
|
||||||
// Correct `block` display not defined for `main` in IE 11.
|
// Correct `block` display not defined for `main` in IE 11.
|
||||||
//
|
//
|
||||||
|
|
||||||
@@ -38,6 +39,7 @@ footer,
|
|||||||
header,
|
header,
|
||||||
hgroup,
|
hgroup,
|
||||||
main,
|
main,
|
||||||
|
menu,
|
||||||
nav,
|
nav,
|
||||||
section,
|
section,
|
||||||
summary {
|
summary {
|
||||||
@@ -85,7 +87,7 @@ template {
|
|||||||
//
|
//
|
||||||
|
|
||||||
a {
|
a {
|
||||||
background: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user