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:
authorMark Otto <markotto@twitter.com>2012-10-03 20:26:52 +0400
committerMark Otto <markotto@twitter.com>2012-10-03 20:26:52 +0400
commitdd8b745b883a900aa637a7b8142be5691ebc3913 (patch)
tree59cf5be0d4b8c1340d84f298ddcd0b632e2070c3 /less/accordion.less
parente73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30 (diff)
use border-radius vars where possible
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 c13c7be260..d63523bc8c 100644
--- a/less/accordion.less
+++ b/less/accordion.less
@@ -12,7 +12,7 @@
.accordion-group {
margin-bottom: 2px;
border: 1px solid #e5e5e5;
- .border-radius(4px);
+ .border-radius(@baseBorderRadius);
}
.accordion-heading {
border-bottom: 0;