From f0fd6df63acc7e845c3b94867120f2f117ea36a5 Mon Sep 17 00:00:00 2001 From: Baraa Date: Sun, 26 Oct 2014 22:33:55 -0700 Subject: [PATCH] Removed unnecessary new lines that were inconsistent with current style. --- docs/examples/blog/blog.css | 1 - docs/examples/carousel/carousel.css | 3 --- docs/examples/carousel/index.html | 1 - docs/examples/offcanvas/index.html | 1 - docs/examples/theme/index.html | 13 ------------- less/button-groups.less | 1 - less/progress-bars.less | 1 - less/theme.less | 8 -------- 8 files changed, 29 deletions(-) diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index 9d7298160e..f9106eb47c 100644 --- a/docs/examples/blog/blog.css +++ b/docs/examples/blog/blog.css @@ -120,7 +120,6 @@ h6, .h6 { } - /* Pagination */ .pager { margin-bottom: 60px; diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index a5143f5e00..8833f82ddd 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -8,7 +8,6 @@ body { } - /* CUSTOMIZE THE NAVBAR -------------------------------------------------- */ @@ -62,7 +61,6 @@ body { } - /* MARKETING CONTENT -------------------------------------------------- */ @@ -95,7 +93,6 @@ body { } - /* RESPONSIVE CSS -------------------------------------------------- */ diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 38efe26829..6ffc66d5a1 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -121,7 +121,6 @@ - diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 676dec7e5a..eee2918c43 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -120,7 +120,6 @@ - diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index a64acdaaff..de9ea99bfd 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -75,7 +75,6 @@ - @@ -117,7 +116,6 @@

- @@ -259,14 +257,12 @@ - A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera - @@ -328,7 +324,6 @@

- @@ -357,7 +352,6 @@ - @@ -373,7 +367,6 @@ - @@ -445,7 +438,6 @@ - @@ -463,7 +455,6 @@ - @@ -492,7 +483,6 @@ - @@ -536,7 +526,6 @@ - @@ -598,7 +587,6 @@ - @@ -607,7 +595,6 @@ - diff --git a/less/button-groups.less b/less/button-groups.less index 6092afcd6e..fbcdf457b5 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -198,7 +198,6 @@ } - // Justified button groups // ---------------------- diff --git a/less/progress-bars.less b/less/progress-bars.less index 38eace1f11..8868a1feef 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -19,7 +19,6 @@ } - // Bar itself // ------------------------- diff --git a/less/theme.less b/less/theme.less index 354fc77b62..e5a4edb365 100644 --- a/less/theme.less +++ b/less/theme.less @@ -7,7 +7,6 @@ @import "mixins.less"; - // // Buttons // -------------------------------------------------- @@ -78,7 +77,6 @@ .btn-danger { .btn-styles(@btn-danger-bg); } - // // Images // -------------------------------------------------- @@ -89,7 +87,6 @@ } - // // Dropdowns // -------------------------------------------------- @@ -107,7 +104,6 @@ } - // // Navbar // -------------------------------------------------- @@ -156,7 +152,6 @@ } - // // Alerts // -------------------------------------------------- @@ -181,7 +176,6 @@ .alert-danger { .alert-styles(@alert-danger-bg); } - // // Progress bars // -------------------------------------------------- @@ -227,7 +221,6 @@ } - // // Panels // -------------------------------------------------- @@ -251,7 +244,6 @@ .panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); } - // // Wells // --------------------------------------------------