Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <aaron.ricketson@gmail.com>2013-05-10 19:21:27 +0400
committerAaron <aaron.ricketson@gmail.com>2013-05-10 19:21:27 +0400
commit94cc3335536507124451de1c9ec673f7dfcb5c2a (patch)
tree23471a86ed302a2101c1a322ea49eb5f75b665b7 /less/accordion.less
parent90e4ff73d25e426cf19bb84392510f78e2cd2fd8 (diff)
Fix component margin and padding values to use @line-height-computed
Diffstat (limited to 'less/accordion.less')
-rw-r--r--less/accordion.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/accordion.less b/less/accordion.less
index 064377d05b..59765f1540 100644
--- a/less/accordion.less
+++ b/less/accordion.less
@@ -5,7 +5,7 @@
// Parent container
.accordion {
- margin-bottom: @line-height-base;
+ margin-bottom: @line-height-computed;
}
// Group == heading + body