From 05ccc185d9f6b35451f0db53d49c56285d1f8ddd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 27 Feb 2014 11:15:32 +0200 Subject: [PATCH 1/3] Break csslint targets. --- Gruntfile.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index cce6ae6c0a..1cd3dd7d25 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -84,9 +84,13 @@ 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: [ + 'docs/assets/css/docs.css' ] }, From ef49635ae25352d2c9e9fb65048bd3cab90418ac Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 27 Feb 2014 11:15:53 +0200 Subject: [PATCH 2/3] Fix csslint errors. --- docs/examples/cover/cover.css | 1 + docs/examples/sticky-footer-navbar/index.html | 2 +- docs/examples/sticky-footer-navbar/sticky-footer-navbar.css | 4 ++-- docs/examples/sticky-footer/index.html | 2 +- docs/examples/sticky-footer/sticky-footer.css | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) 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.

-