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-08-11 09:35:04 +0300
committerMark Otto <markdotto@gmail.com>2017-08-11 09:35:04 +0300
commit14cb6a649534a45705a68172311c89086f77a8fa (patch)
treeee39dd8fb079f95db02f54d457412a0788778289 /dist/css/bootstrap-reboot.css
parent34257d25a576cdd07d56a018177c2611741514e8 (diff)
dist
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 867ee17718..2766391878 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 {