diff options
| author | Mark Otto <[email protected]> | 2017-06-30 13:15:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-30 13:15:09 -0700 |
| commit | eedbe43ea79a4deab1bf5a4a7c618cb0fc380869 (patch) | |
| tree | 1e707f11973faed60dced2cd1dd658727c92b7c7 /dist/css/bootstrap-reboot.css | |
| parent | 7eafb1657914acaef05544209fbd39b4f8627c52 (diff) | |
| download | bootstrap-eedbe43ea79a4deab1bf5a4a7c618cb0fc380869.tar.xz bootstrap-eedbe43ea79a4deab1bf5a4a7c618cb0fc380869.zip | |
build dist
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
| -rw-r--r-- | dist/css/bootstrap-reboot.css | 12 |
1 files changed, 4 insertions, 8 deletions
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; } |
