diff options
| author | Jerri Christiansen <[email protected]> | 2013-11-25 20:41:00 +0100 |
|---|---|---|
| committer | Jerri Christiansen <[email protected]> | 2013-11-25 20:41:00 +0100 |
| commit | bd44a4b5f35c38c75744e9c6cdc500f4e451c059 (patch) | |
| tree | 302b22238aa03a3b0bd2246a5e36d516fc7c7217 | |
| parent | cad664e863b50bceb5d8cc310de1ff301191422f (diff) | |
| download | bootstrap-bd44a4b5f35c38c75744e9c6cdc500f4e451c059.tar.xz bootstrap-bd44a4b5f35c38c75744e9c6cdc500f4e451c059.zip | |
Removed unnecessary semicolon
| -rw-r--r-- | less/mixins.less | 2 |
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 { |
