aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerri Christiansen <[email protected]>2013-11-25 20:41:00 +0100
committerJerri Christiansen <[email protected]>2013-11-25 20:41:00 +0100
commitbd44a4b5f35c38c75744e9c6cdc500f4e451c059 (patch)
tree302b22238aa03a3b0bd2246a5e36d516fc7c7217
parentcad664e863b50bceb5d8cc310de1ff301191422f (diff)
downloadbootstrap-bd44a4b5f35c38c75744e9c6cdc500f4e451c059.tar.xz
bootstrap-bd44a4b5f35c38c75744e9c6cdc500f4e451c059.zip
Removed unnecessary semicolon
-rw-r--r--less/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index e76d8d697..dff49cb4d 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -392,7 +392,7 @@
// Panels
// -------------------------
-.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border;) {
+.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {
border-color: @border;
& > .panel-heading {