diff options
| author | Alan Hamlett <[email protected]> | 2014-01-25 21:40:56 -0800 |
|---|---|---|
| committer | Alan Hamlett <[email protected]> | 2014-01-25 21:40:56 -0800 |
| commit | e38fd138ce04d73e03100a3ea42496fc914120e9 (patch) | |
| tree | 3c5d63930ca1be93c061b4cbd3fa7214d7454446 /dist/css/bootstrap.css | |
| parent | 3157a3777536f1be7a8ccbb6170611492f9b2733 (diff) | |
| download | bootstrap-e38fd138ce04d73e03100a3ea42496fc914120e9.tar.xz bootstrap-e38fd138ce04d73e03100a3ea42496fc914120e9.zip | |
fixes #10495 by forcing .navbar-brand height to prevent it's inner content from increasing navbar height
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 676b410a9..419a7ddaf 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3739,16 +3739,12 @@ textarea.input-group-sm > .input-group-btn > .btn { padding: 15px 15px; font-size: 18px; line-height: 20px; + height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } -.navbar-brand > .glyphicon { - float: left; - margin-top: -2px; - margin-right: 5px; -} @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { |
