diff options
| author | Mark Otto <[email protected]> | 2013-12-01 18:13:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-01 18:13:27 -0800 |
| commit | d417fceceac8bec34a9f23c9a56122ba24097d35 (patch) | |
| tree | 3c851d6d7de8a140226ed5dbde0909efb4634247 /dist/css/bootstrap.css | |
| parent | 33160d50437e1f26e1ddc7d126e528f41a8bc6a0 (diff) | |
| download | bootstrap-d417fceceac8bec34a9f23c9a56122ba24097d35.tar.xz bootstrap-d417fceceac8bec34a9f23c9a56122ba24097d35.zip | |
Fixes #11357: Vertically center sm and xs buttons in the navbar
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d4a9a3177..b4fdb28ab 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4671,6 +4671,16 @@ textarea.input-group-sm > .input-group-btn > .btn { margin-bottom: 8px; } +.navbar-btn.btn-sm { + margin-top: 10px; + margin-bottom: 10px; +} + +.navbar-btn.btn-xs { + margin-top: 14px; + margin-bottom: 14px; +} + .navbar-text { margin-top: 15px; margin-bottom: 15px; |
