diff options
| author | XhmikosR <[email protected]> | 2014-10-07 11:38:23 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-10-07 11:38:23 +0300 |
| commit | b93ebeaa9c4176f3c92e2cd0a7db639f0f972f32 (patch) | |
| tree | ae81c619444fe375a01c5ca404f2f0c9d6dbd96d /less | |
| parent | 61705d35fa314a16579169fb7379e5101716e715 (diff) | |
| parent | 0ca71396b5f15e0ac97ba5687836fa484141bbe1 (diff) | |
| download | bootstrap-b93ebeaa9c4176f3c92e2cd0a7db639f0f972f32.tar.xz bootstrap-b93ebeaa9c4176f3c92e2cd0a7db639f0f972f32.zip | |
Merge pull request #14743 from twbs/normalize-302
Update normalize.css to v3.0.2.
Diffstat (limited to 'less')
| -rw-r--r-- | less/normalize.less | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/less/normalize.less b/less/normalize.less index ce04b6a2f..62a085a48 100644 --- a/less/normalize.less +++ b/less/normalize.less @@ -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. @@ -25,7 +25,8 @@ body { // // 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. // @@ -38,6 +39,7 @@ footer, header, hgroup, main, +menu, nav, section, summary { @@ -85,7 +87,7 @@ template { // a { - background: transparent; + background-color: transparent; } // |
