diff --git a/Gruntfile.js b/Gruntfile.js index 5bc1c07edd..276052c0eb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -84,10 +84,18 @@ module.exports = function (grunt) { }, src: [ 'dist/css/bootstrap.css', - 'dist/css/bootstrap-theme.css', - 'docs/assets/css/docs.css', + 'dist/css/bootstrap-theme.css' + ], + examples: [ 'docs/examples/**/*.css' - ] + ], + docs: { + options: { + 'ids': false, + 'overqualified-elements': false + }, + src: ['docs/assets/css/docs.css'] + } }, concat: { diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index a554a59aa8..8a82ed11ef 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1,5 +1,3 @@ -/*csslint ids: false, overqualified-elements: false, fallback-colors: false*/ - /*! * Bootstrap Docs (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css index fb478ed094..9fcc9274f1 100644 --- a/docs/examples/cover/cover.css +++ b/docs/examples/cover/cover.css @@ -84,6 +84,7 @@ body { .masthead-nav > li > a:hover, .masthead-nav > li > a:focus { background-color: transparent; + border-bottom-color: #a9a9a9; border-bottom-color: rgba(255,255,255,.25); } .masthead-nav > .active > a, diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index dbce0806cd..9c7566ed63 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -71,7 +71,7 @@
Back to the default sticky footer minus the navbar.
-