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>2019-07-13 00:56:26 +0300
committerMark Otto <markdotto@gmail.com>2019-07-13 00:56:26 +0300
commit39c4ca3970bb14372b905952699711fdd11650e6 (patch)
tree1e439928b77707924a70bd79df66d4199b0410da /dist/css/bootstrap-reboot.css
parentaaf03bdc9e3cfa0d625f9758ad059c0db9fe2abe (diff)
dist v5
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css74
1 files changed, 52 insertions, 22 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 338e16c97e..8161acc8ab 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -11,14 +11,7 @@
box-sizing: border-box;
}
-html {
- font-family: sans-serif;
- line-height: 1.15;
- -webkit-text-size-adjust: 100%;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-
-article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
+main {
display: block;
}
@@ -31,6 +24,8 @@ body {
color: #212529;
text-align: left;
background-color: #fff;
+ -webkit-text-size-adjust: 100%;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
@@ -38,14 +33,46 @@ body {
}
hr {
- box-sizing: content-box;
- height: 0;
- overflow: visible;
+ margin: 1rem 0;
+ color: inherit;
+ background-color: currentColor;
+ border: 0;
+ opacity: 0.25;
+}
+
+hr:not([size]) {
+ height: 1px;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
+ font-weight: 500;
+ line-height: 1.2;
+}
+
+h1 {
+ font-size: 2.5rem;
+}
+
+h2 {
+ font-size: 2rem;
+}
+
+h3 {
+ font-size: 1.75rem;
+}
+
+h4 {
+ font-size: 1.5rem;
+}
+
+h5 {
+ font-size: 1.25rem;
+}
+
+h6 {
+ font-size: 1rem;
}
p {
@@ -71,6 +98,12 @@ address {
}
ol,
+ul {
+ padding-right: 2rem;
+ padding-left: 2rem;
+}
+
+ol,
ul,
dl {
margin-top: 0;
@@ -133,17 +166,9 @@ a:hover {
text-decoration: underline;
}
-a:not([href]):not([tabindex]) {
- color: inherit;
- text-decoration: none;
-}
-
-a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
+a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
-}
-
-a:not([href]):not([tabindex]):focus {
outline: 0;
}
@@ -180,8 +205,8 @@ table {
}
caption {
- padding-top: 0.75rem;
- padding-bottom: 0.75rem;
+ padding-top: 0.5rem;
+ padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
@@ -289,6 +314,11 @@ legend {
white-space: normal;
}
+mark {
+ padding: 0.2em;
+ background-color: #fcf8e3;
+}
+
progress {
vertical-align: baseline;
}