diff options
| author | Mark Otto <[email protected]> | 2013-02-01 21:49:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-01 21:49:54 -0800 |
| commit | dad9889aeb703f7276a1c9e54e19df622ffadb99 (patch) | |
| tree | 238da98b5f0eab799dc7a858890ad4aee34add8f /docs/assets/css/bootstrap.css | |
| parent | d53af49afea5af5ac2c3cf74f0f5439b58021198 (diff) | |
| download | bootstrap-dad9889aeb703f7276a1c9e54e19df622ffadb99.tar.xz bootstrap-dad9889aeb703f7276a1c9e54e19df622ffadb99.zip | |
Fixes #6657: Upgrade Normalize to 2.1.0
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d67148b13..d006d7160 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; } @@ -156,6 +162,11 @@ input { } button, +select { + text-transform: none; +} + +button, html input[type="button"], input[type="reset"], input[type="submit"] { |
