diff options
| author | Mark Otto <[email protected]> | 2013-08-02 10:11:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-02 10:11:39 -0700 |
| commit | 08ce3ef9e1767fa57ebdccd6dfbae5a8fbcb9fa3 (patch) | |
| tree | 53396da58c0834cab250f15ff6382fceea7d7d16 /dist/css/bootstrap.css | |
| parent | dfd6c235271e92c20db9fdc854c3d7f4a237a217 (diff) | |
| download | bootstrap-08ce3ef9e1767fa57ebdccd6dfbae5a8fbcb9fa3.tar.xz bootstrap-08ce3ef9e1767fa57ebdccd6dfbae5a8fbcb9fa3.zip | |
run grunt dist for #8967
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a3ade6e5d..b032d251d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2016,7 +2016,9 @@ input[type="button"].btn-block { margin-bottom: 0; } -.form-horizontal .control-label { +.form-horizontal .control-label, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { padding-top: 9px; } @@ -2070,6 +2072,10 @@ input[type="button"].btn-block { content: ""; } +.dropdown { + position: relative; +} + .dropdown-menu { position: absolute; top: 100%; |
