2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+68 -56
View File
@@ -1,4 +1,4 @@
/*! 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;
@@ -12,38 +12,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 {
@@ -72,13 +72,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 {
@@ -106,6 +108,16 @@ sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
@@ -114,38 +126,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;
@@ -194,6 +185,11 @@ legend {
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea {
overflow: auto;
}
@@ -220,16 +216,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;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;