From eedbe43ea79a4deab1bf5a4a7c618cb0fc380869 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Jun 2017 13:15:09 -0700 Subject: build dist --- dist/css/bootstrap-reboot.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 959715bd4..5a8bee197 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -1,6 +1,5 @@ html { - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; @@ -12,8 +11,7 @@ html { *, *::before, *::after { - -webkit-box-sizing: inherit; - box-sizing: inherit; + box-sizing: inherit; } @-ms-viewport { @@ -39,8 +37,7 @@ body { } hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; + box-sizing: content-box; height: 0; overflow: visible; } @@ -255,8 +252,7 @@ button::-moz-focus-inner, input[type="radio"], input[type="checkbox"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; padding: 0; } -- cgit v1.2.3