From d3cbf018a8bf6f4fcd1f76a4f62de6cf700e19f6 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 1 Apr 2015 18:00:27 -0400 Subject: Eliminate spurrious padding in .bs-docs-header I agree with all the comments here. Rather than dicker with container nesting at this late juncture, near sunset for BS 3.0x, let's just fix and move on. It's docs only. This PR addresses issue #15100 and eliminates the unnecessary horizontal scrollbar that appears for width for width >=768px and <= 782px. Tested on three different iOS devices and FireFox/Chrome on OSX and it's fine now. The only difference is the text in .bs-docs-header is shifted left by 15-pixels, lines are 30 px longer so wrap less in some circumstances in some viewports. --- docs/assets/css/src/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index d95ba093c..6cf036a74 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -236,7 +236,7 @@ h4 code { .bs-docs-masthead, .bs-docs-header { position: relative; - padding: 30px 15px; + padding: 30px 0; color: #cdbfe3; text-align: center; text-shadow: 0 1px 0 rgba(0,0,0,.1); -- cgit v1.2.3 From 86400070b5a10d4c013f1f8b72d7d170888031fb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 28 Apr 2015 11:11:49 +0300 Subject: Bump copyright year. [ci skip] --- docs/assets/css/src/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css/src/docs.css') diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 6cf036a74..2bdaaa0d8 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1,6 +1,6 @@ /*! * Bootstrap Docs (http://getbootstrap.com) - * Copyright 2011-2014 Twitter, Inc. + * Copyright 2011-2015 Twitter, Inc. * Licensed under the Creative Commons Attribution 3.0 Unported License. For * details, see http://creativecommons.org/licenses/by/3.0/. */ -- cgit v1.2.3