From: Mark Otto Date: Thu, 9 May 2013 05:51:44 +0000 (-0700) Subject: .bs-docs-header to .bs-header X-Git-Tag: v3.0.0-rc1~357^2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e5f6616c036bde1fd142c6721e1c5066c11d64;p=thirdparty%2Fbootstrap.git .bs-docs-header to .bs-header --- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index bc9794c5bc..0a73d15b2e 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -11,7 +11,7 @@ {% include nav-main.html %} -
+

{{ page.title }}

{{ page.lead }}

diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 50c600c127..ebe87be886 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -89,17 +89,17 @@ body { -------------------------------------------------- */ /* Page headers */ -.bs-docs-header { +.bs-header { padding: 30px 30px 40px; font-size: 16px; color: #5a5a5a; text-align: center; border-bottom: 1px solid #ddd; } -.bs-docs-header h1 { +.bs-header h1 { color: #b94a48; } -.bs-docs-header p { +.bs-header p { font-weight: 300; line-height: 1.5; } @@ -668,11 +668,11 @@ input.focused { bottom: 15px; } - .bs-docs-header { + .bs-header { font-size: 21px; text-align: left; } - .bs-docs-header h1 { + .bs-header h1 { font-size: 60px; line-height: 1; }