diff options
| author | Mark Otto <[email protected]> | 2013-08-18 10:08:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 10:08:18 -0700 |
| commit | 73a1a4133c484d0791efff87bc41eac3e2853e42 (patch) | |
| tree | 6313916006fd9524891d40ebd63770961a7324f6 /dist/css/bootstrap.css | |
| parent | a9e741bffc47d683e8588c09afece4cdee27cfd8 (diff) | |
| download | bootstrap-73a1a4133c484d0791efff87bc41eac3e2853e42.tar.xz bootstrap-73a1a4133c484d0791efff87bc41eac3e2853e42.zip | |
combine and simplify caret border widths
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9c6701870..31b148854 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2632,13 +2632,12 @@ input[type="button"].btn-block { } .btn-lg .caret { - border-width: 5px; + border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { - border-width: 5px; - border-top-width: 0; + border-width: 0 5px 5px; } .btn-group-vertical > .btn, |
