aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
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 /dist/css/bootstrap.css
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 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 284460de8..9c6701870 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -2633,10 +2633,12 @@ input[type="button"].btn-block {
.btn-lg .caret {
border-width: 5px;
+ border-bottom-width: 0;
}
.dropup .btn-lg .caret {
- border-bottom-width: 5px;
+ border-width: 5px;
+ border-top-width: 0;
}
.btn-group-vertical > .btn,