aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-25 14:20:49 -0800
committerMark Otto <[email protected]>2016-11-25 14:20:49 -0800
commit3cfd40782cfb9a158bb7b0f0bed415f4e296f6ca (patch)
treee2eb3c4a98a7001160d1eda84209868464b92c12 /docs/dist/css/bootstrap.css
parent5b4d5595abb121acc3a8c47e511872db5a8b917e (diff)
downloadbootstrap-3cfd40782cfb9a158bb7b0f0bed415f4e296f6ca.tar.xz
bootstrap-3cfd40782cfb9a158bb7b0f0bed415f4e296f6ca.zip
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css122
1 files changed, 67 insertions, 55 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 1e5b1630e..08754ad9c 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -4,7 +4,7 @@
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
-/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
+/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
line-height: 1.15;
@@ -18,38 +18,38 @@ body {
article,
aside,
-details,
-figcaption,
-figure,
footer,
header,
-main,
-menu,
nav,
-section,
-summary {
+section {
display: block;
}
-audio,
-canvas,
-progress,
-video {
- display: inline-block;
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
}
-audio:not([controls]) {
- display: none;
- height: 0;
+figcaption,
+figure,
+main {
+ display: block;
}
-progress {
- vertical-align: baseline;
+figure {
+ margin: 1em 40px;
}
-template,
-[hidden] {
- display: none;
+hr {
+ -webkit-box-sizing: content-box;
+ box-sizing: content-box;
+ height: 0;
+ overflow: visible;
+}
+
+pre {
+ font-family: monospace, monospace;
+ font-size: 1em;
}
a {
@@ -78,13 +78,15 @@ strong {
font-weight: bolder;
}
-dfn {
- font-style: italic;
+code,
+kbd,
+samp {
+ font-family: monospace, monospace;
+ font-size: 1em;
}
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
+dfn {
+ font-style: italic;
}
mark {
@@ -112,31 +114,22 @@ sup {
top: -0.5em;
}
-img {
- border-style: none;
-}
-
-svg:not(:root) {
- overflow: hidden;
+audio,
+video {
+ display: inline-block;
}
-code,
-kbd,
-pre,
-samp {
- font-family: monospace, monospace;
- font-size: 1em;
+audio:not([controls]) {
+ display: none;
+ height: 0;
}
-figure {
- margin: 1em 40px;
+img {
+ border-style: none;
}
-hr {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
- overflow: visible;
+svg:not(:root) {
+ overflow: hidden;
}
button,
@@ -144,14 +137,12 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ font-family: sans-serif;
+ font-size: 100%;
+ line-height: 1.15;
margin: 0;
}
-optgroup {
- font-weight: bold;
-}
-
button,
input {
overflow: visible;
@@ -200,6 +191,11 @@ legend {
white-space: normal;
}
+progress {
+ display: inline-block;
+ vertical-align: baseline;
+}
+
textarea {
overflow: auto;
}
@@ -226,16 +222,32 @@ textarea {
-webkit-appearance: none;
}
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54;
-}
-
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
+details,
+menu {
+ display: block;
+}
+
+summary {
+ display: list-item;
+}
+
+canvas {
+ display: inline-block;
+}
+
+template {
+ display: none;
+}
+
+[hidden] {
+ display: none;
+}
+
@media print {
*,
*::before,