diff options
| author | Mark Otto <[email protected]> | 2013-08-18 10:07:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 10:07:34 -0700 |
| commit | a9e741bffc47d683e8588c09afece4cdee27cfd8 (patch) | |
| tree | 72f6fc21abf67d6d1ad557ca1ac972e5ee084c96 /less | |
| parent | 0c9bf6bcce0e30688b78805fd539861cb081414f (diff) | |
| parent | ce410dc36ea50f152f617df6fbd29c3ac4d3a9eb (diff) | |
| download | bootstrap-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.less | 4 |
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; } |
