From 14cb6a649534a45705a68172311c89086f77a8fa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Aug 2017 23:35:04 -0700 Subject: dist --- dist/css/bootstrap-reboot.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 867ee1771..276639187 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -1,5 +1,10 @@ -html { +*, +*::before, +*::after { box-sizing: border-box; +} + +html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; @@ -8,12 +13,6 @@ html { -webkit-tap-highlight-color: transparent; } -*, -*::before, -*::after { - box-sizing: inherit; -} - @-ms-viewport { width: device-width; } @@ -24,11 +23,12 @@ article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, s body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; line-height: 1.5; color: #212529; + text-align: left; background-color: #fff; } @@ -202,7 +202,7 @@ caption { } th { - text-align: left; + text-align: inherit; } label { -- cgit v1.2.3 From df47558ef680adf6e80b5e8402837125c41210c0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 5 Sep 2017 21:05:12 -0700 Subject: dist --- dist/css/bootstrap-reboot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 276639187..cb5c4d94a 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -180,7 +180,7 @@ a, area, button, [role="button"], -input, +input:not([type=range]), label, select, summary, -- cgit v1.2.3 From f5ad6e3987788ae5903a39384c49171bf52bd7b8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Sep 2017 14:28:03 -0700 Subject: dist --- dist/css/bootstrap-reboot.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index cb5c4d94a..3cf257633 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -161,6 +161,7 @@ pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; + -ms-overflow-style: scrollbar; } figure { @@ -210,6 +211,10 @@ label { margin-bottom: .5rem; } +button { + border-radius: 0; +} + button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; -- cgit v1.2.3