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 /dist/css/bootstrap.css | |
| 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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ff1a8a91d..1494f17ba 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4,7 +4,7 @@ * 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 { font-family: sans-serif; -webkit-text-size-adjust: 100%; @@ -22,6 +22,7 @@ footer, header, hgroup, main, +menu, nav, section, summary { @@ -43,7 +44,7 @@ template { display: none; } a { - background: transparent; + background-color: transparent; } a:active, a:hover { |
