diff options
| author | Mark Otto <[email protected]> | 2012-08-27 12:05:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 12:05:15 -0700 |
| commit | 22c4f3d058412eff54642319ad345b48f64e050e (patch) | |
| tree | 02915e16e15a7f7cfa172e3738693c118954db8c /docs/assets/css/bootstrap.css | |
| parent | 15317419f4900caf63cb61c4005d67064ba4b63f (diff) | |
| download | bootstrap-22c4f3d058412eff54642319ad345b48f64e050e.tar.xz bootstrap-22c4f3d058412eff54642319ad345b48f64e050e.zip | |
fixes #4718: add vertical-align: middle; to .btn-group to ensure proper alignment next to standard .btn
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7ef011cec..0d5a5a6eb 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3388,6 +3388,7 @@ input[type="submit"].btn.btn-mini { *margin-left: .3em; font-size: 0; white-space: nowrap; + vertical-align: middle; } .btn-group:first-child { |
