Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-30 23:15:09 +0300
committerMark Otto <markdotto@gmail.com>2017-06-30 23:15:09 +0300
commiteedbe43ea79a4deab1bf5a4a7c618cb0fc380869 (patch)
tree1e707f11973faed60dced2cd1dd658727c92b7c7 /dist/css/bootstrap-reboot.css
parent7eafb1657914acaef05544209fbd39b4f8627c52 (diff)
build dist
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 959715bd45..5a8bee1973 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;
}