diff options
| author | Mark Otto <[email protected]> | 2017-05-26 22:28:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-26 22:28:09 -0700 |
| commit | 6c3f833076a9fa68601741e3e21bd07ad79b7d8a (patch) | |
| tree | fe016946d77f9ffff15bbe9cdc593fd098b5bcc7 /docs/dist/css/bootstrap-reboot.css | |
| parent | c581564a780974c6430ac5897740006f623f2277 (diff) | |
| parent | 5d7db507396275fcda96935aff47b09e1d79ddc1 (diff) | |
| download | bootstrap-6c3f833076a9fa68601741e3e21bd07ad79b7d8a.tar.xz bootstrap-6c3f833076a9fa68601741e3e21bd07ad79b7d8a.zip | |
Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into v4-docs-streamlined
Diffstat (limited to 'docs/dist/css/bootstrap-reboot.css')
| -rw-r--r-- | docs/dist/css/bootstrap-reboot.css | 130 |
1 files changed, 71 insertions, 59 deletions
diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index f87661a89..230c686df 100644 --- a/docs/dist/css/bootstrap-reboot.css +++ b/docs/dist/css/bootstrap-reboot.css @@ -1,4 +1,4 @@ -/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */ +/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; line-height: 1.15; @@ -12,38 +12,38 @@ body { article, aside, -details, -figcaption, -figure, footer, header, -main, -menu, nav, -section, -summary { +section { display: block; } -audio, -canvas, -progress, -video { - display: inline-block; +h1 { + font-size: 2em; + margin: 0.67em 0; } -audio:not([controls]) { - display: none; - height: 0; +figcaption, +figure, +main { + display: block; } -progress { - vertical-align: baseline; +figure { + margin: 1em 40px; } -template, -[hidden] { - display: none; +hr { + -webkit-box-sizing: content-box; + box-sizing: content-box; + height: 0; + overflow: visible; +} + +pre { + font-family: monospace, monospace; + font-size: 1em; } a { @@ -72,13 +72,15 @@ strong { font-weight: bolder; } -dfn { - font-style: italic; +code, +kbd, +samp { + font-family: monospace, monospace; + font-size: 1em; } -h1 { - font-size: 2em; - margin: 0.67em 0; +dfn { + font-style: italic; } mark { @@ -106,31 +108,22 @@ sup { top: -0.5em; } -img { - border-style: none; -} - -svg:not(:root) { - overflow: hidden; +audio, +video { + display: inline-block; } -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; +audio:not([controls]) { + display: none; + height: 0; } -figure { - margin: 1em 40px; +img { + border-style: none; } -hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; - height: 0; - overflow: visible; +svg:not(:root) { + overflow: hidden; } button, @@ -138,14 +131,12 @@ input, optgroup, select, textarea { - font: inherit; + font-family: sans-serif; + font-size: 100%; + line-height: 1.15; margin: 0; } -optgroup { - font-weight: bold; -} - button, input { overflow: visible; @@ -194,6 +185,11 @@ legend { white-space: normal; } +progress { + display: inline-block; + vertical-align: baseline; +} + textarea { overflow: auto; } @@ -220,16 +216,32 @@ textarea { -webkit-appearance: none; } -::-webkit-input-placeholder { - color: inherit; - opacity: 0.54; -} - ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } +details, +menu { + display: block; +} + +summary { + display: list-item; +} + +canvas { + display: inline-block; +} + +template { + display: none; +} + +[hidden] { + display: none; +} + html { -webkit-box-sizing: border-box; box-sizing: border-box; @@ -253,10 +265,11 @@ html { } body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; + font-weight: normal; line-height: 1.5; - color: #373a3c; + color: #292b2c; background-color: #fff; } @@ -277,7 +290,6 @@ p { abbr[title], abbr[data-original-title] { cursor: help; - border-bottom: 1px dotted #818a91; } address { @@ -381,7 +393,7 @@ table { caption { padding-top: 0.75rem; padding-bottom: 0.75rem; - color: #818a91; + color: #636c72; text-align: left; caption-side: bottom; } |
