diff options
| author | Mark Otto <[email protected]> | 2013-11-16 17:48:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-16 17:48:31 -0800 |
| commit | a2c6daafd05a54d1c944a9d6f2dc076914121117 (patch) | |
| tree | 1d1e01001c56da232195dcd354bf1eefd65cacf5 /dist/css/bootstrap.css | |
| parent | 7545da2e3c5488b1bcc9c70fecac759232466756 (diff) | |
| download | bootstrap-a2c6daafd05a54d1c944a9d6f2dc076914121117.tar.xz bootstrap-a2c6daafd05a54d1c944a9d6f2dc076914121117.zip | |
fixes #10744: back to solid borders on carets
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 64740d9df..657ba69da 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3462,7 +3462,6 @@ input[type="button"].btn-block { vertical-align: middle; border-top: 4px solid #000000; border-right: 4px solid transparent; - border-bottom: 0 dotted; border-left: 4px solid transparent; } @@ -3580,7 +3579,7 @@ input[type="button"].btn-block { .dropup .caret, .navbar-fixed-bottom .dropdown .caret { - border-top: 0 dotted; + border-top: 0; border-bottom: 4px solid #000000; content: ""; } |
