From fde7101f13f1106727334afa2a56ddc5272b3d36 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 27 Oct 2016 20:03:56 -0700 Subject: grunt --- docs/dist/css/bootstrap-reboot.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/dist/css/bootstrap-reboot.css') diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index f87661a89..37c7335e4 100644 --- a/docs/dist/css/bootstrap-reboot.css +++ b/docs/dist/css/bootstrap-reboot.css @@ -255,6 +255,7 @@ html { body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; + font-weight: normal; line-height: 1.5; color: #373a3c; background-color: #fff; -- cgit v1.2.3 From 3cfd40782cfb9a158bb7b0f0bed415f4e296f6ca Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 25 Nov 2016 14:20:49 -0800 Subject: grunt --- docs/dist/css/bootstrap-reboot.css | 122 ++++++++++++++++++++----------------- 1 file changed, 67 insertions(+), 55 deletions(-) (limited to 'docs/dist/css/bootstrap-reboot.css') diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index 37c7335e4..7f098736d 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; -- cgit v1.2.3 From 8a7ce25cf19e405f689b0b7938e14d51acc2b9b4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 25 Nov 2016 17:29:28 -0800 Subject: grunt --- docs/dist/css/bootstrap-reboot.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dist/css/bootstrap-reboot.css') diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index 7f098736d..8d3572af3 100644 --- a/docs/dist/css/bootstrap-reboot.css +++ b/docs/dist/css/bootstrap-reboot.css @@ -269,7 +269,7 @@ body { font-size: 1rem; font-weight: normal; line-height: 1.5; - color: #373a3c; + color: #292b2c; background-color: #fff; } @@ -290,7 +290,7 @@ p { abbr[title], abbr[data-original-title] { cursor: help; - border-bottom: 1px dotted #818a91; + border-bottom: 1px dotted #636c72; } address { @@ -394,7 +394,7 @@ table { caption { padding-top: 0.75rem; padding-bottom: 0.75rem; - color: #818a91; + color: #636c72; text-align: left; caption-side: bottom; } -- cgit v1.2.3 From 59dc3e174db4f22deb484352b17f8e1ac07172cc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 29 Nov 2016 21:37:00 -0800 Subject: grunt --- docs/dist/css/bootstrap-reboot.css | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/dist/css/bootstrap-reboot.css') diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index 8d3572af3..ddabb6abb 100644 --- a/docs/dist/css/bootstrap-reboot.css +++ b/docs/dist/css/bootstrap-reboot.css @@ -290,7 +290,6 @@ p { abbr[title], abbr[data-original-title] { cursor: help; - border-bottom: 1px dotted #636c72; } address { -- cgit v1.2.3 From a8b3e09f22cab94d9c3646119154a224559aef74 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Dec 2016 21:08:24 -0800 Subject: grunt --- docs/dist/css/bootstrap-reboot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap-reboot.css') diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index ddabb6abb..230c686df 100644 --- a/docs/dist/css/bootstrap-reboot.css +++ b/docs/dist/css/bootstrap-reboot.css @@ -265,7 +265,7 @@ 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; -- cgit v1.2.3