1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

build dist

This commit is contained in:
Mark Otto
2017-06-30 13:15:09 -07:00
parent 7eafb16579
commit eedbe43ea7
35 changed files with 1706 additions and 3687 deletions

View File

@@ -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;
}