1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Fixes #6657: Upgrade Normalize to 2.1.0

This commit is contained in:
Mark Otto
2013-02-01 21:49:19 -08:00
parent d53af49afe
commit dad9889aeb
2 changed files with 43 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
@@ -59,6 +60,7 @@ a:hover {
}
h1 {
margin: 0.67em 0;
font-size: 2em;
}
@@ -75,6 +77,12 @@ dfn {
font-style: italic;
}
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
mark {
color: #000;
background: #ff0;
@@ -89,8 +97,6 @@ samp {
}
pre {
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
}
@@ -155,6 +161,11 @@ input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],