diff options
| author | liuyl <[email protected]> | 2013-08-18 20:13:48 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-08-18 20:13:48 +0800 |
| commit | ce410dc36ea50f152f617df6fbd29c3ac4d3a9eb (patch) | |
| tree | 2d0d421dbde468c923be3ab7e9bccb0b7e5fa7e4 /less/button-groups.less | |
| parent | b790bbbafc1ca24f54b1a836601502feda49caad (diff) | |
| download | bootstrap-ce410dc36ea50f152f617df6fbd29c3ac4d3a9eb.tar.xz bootstrap-ce410dc36ea50f152f617df6fbd29c3ac4d3a9eb.zip | |
fixed caret
Diffstat (limited to 'less/button-groups.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; } |
