diff options
| author | Chris Rebert <[email protected]> | 2016-02-07 21:17:05 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-07 21:17:05 -0800 |
| commit | e3b55aadea895bdb0910f3ffd3f74d89fee37925 (patch) | |
| tree | d0c445ff3781fa2da6b64003c5dd2704ee46a58a /docs/dist/css/bootstrap.css | |
| parent | da848536cef796d56951801d45d2467c957819d1 (diff) | |
| download | bootstrap-e3b55aadea895bdb0910f3ffd3f74d89fee37925.tar.xz bootstrap-e3b55aadea895bdb0910f3ffd3f74d89fee37925.zip | |
grunt dist docs
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index bfebc39b0..6e5c97221 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2130,7 +2130,7 @@ pre code { cursor: not-allowed; } -select.form-control:not([size], [multiple]) { +select.form-control:not([size]):not([multiple]) { height: 2.25rem; } @@ -3145,11 +3145,6 @@ input[type="button"].btn-block { z-index: 990; } -.pull-right > .dropdown-menu { - right: 0; - left: auto; -} - .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; |
