1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00
This commit is contained in:
Mark Otto
2016-11-25 14:20:49 -08:00
parent 5b4d5595ab
commit 3cfd40782c
24 changed files with 426 additions and 354 deletions

View File

@@ -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;
figcaption,
figure,
main {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
progress {
vertical-align: baseline;
}
template,
[hidden] {
display: none;
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,6 +114,16 @@ sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
@@ -120,38 +132,17 @@ svg:not(:root) {
overflow: hidden;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
button,
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,