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 /dist/css/bootstrap.css | |
| parent | b790bbbafc1ca24f54b1a836601502feda49caad (diff) | |
| download | bootstrap-ce410dc36ea50f152f617df6fbd29c3ac4d3a9eb.tar.xz bootstrap-ce410dc36ea50f152f617df6fbd29c3ac4d3a9eb.zip | |
fixed caret
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
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, |
