aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-18 10:07:34 -0700
committerMark Otto <[email protected]>2013-08-18 10:07:34 -0700
commita9e741bffc47d683e8588c09afece4cdee27cfd8 (patch)
tree72f6fc21abf67d6d1ad557ca1ac972e5ee084c96 /less
parent0c9bf6bcce0e30688b78805fd539861cb081414f (diff)
parentce410dc36ea50f152f617df6fbd29c3ac4d3a9eb (diff)
downloadbootstrap-a9e741bffc47d683e8588c09afece4cdee27cfd8.tar.xz
bootstrap-a9e741bffc47d683e8588c09afece4cdee27cfd8.zip
Merge branch 'fixcaret' of https://github.com/liuyl/bootstrap into liuyl-fixcaret
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index e4a78cd4e..b137aba6d 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -160,10 +160,12 @@
// Carets in other button sizes
.btn-lg .caret {
border-width: @caret-width-large;
+ border-bottom-width: 0;
}
// Upside down carets for .dropup
.dropup .btn-lg .caret {
- border-bottom-width: @caret-width-large;
+ border-width: @caret-width-large;
+ border-top-width: 0;
}