From dad9889aeb703f7276a1c9e54e19df622ffadb99 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 1 Feb 2013 21:49:19 -0800 Subject: Fixes #6657: Upgrade Normalize to 2.1.0 --- docs/assets/css/bootstrap.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'docs') 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; } @@ -155,6 +161,11 @@ input { line-height: normal; } +button, +select { + text-transform: none; +} + button, html input[type="button"], input[type="reset"], -- cgit v1.2.3