aboutsummaryrefslogtreecommitdiff
path: root/less/theme.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-26 22:56:35 -0700
committerMark Otto <[email protected]>2014-10-26 22:56:35 -0700
commitc672f9e07990c1f7d805938be74bc8cfa0eed1b1 (patch)
tree26c1d03a42916def3f2582fc631bed5648200ac0 /less/theme.less
parent66bb0b4fc963fec42e7168f40b18703d3f31bfa8 (diff)
parentf0fd6df63acc7e845c3b94867120f2f117ea36a5 (diff)
downloadbootstrap-c672f9e07990c1f7d805938be74bc8cfa0eed1b1.tar.xz
bootstrap-c672f9e07990c1f7d805938be74bc8cfa0eed1b1.zip
Merge pull request #14881 from bhamodi/white-space-optimization
Removed unnecessary new lines that were inconsistent with the current formatting style.
Diffstat (limited to 'less/theme.less')
-rw-r--r--less/theme.less8
1 files changed, 0 insertions, 8 deletions
diff --git a/less/theme.less b/less/theme.less
index 354fc77b6..e5a4edb36 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
// --------------------------------------------------