From e38fd138ce04d73e03100a3ea42496fc914120e9 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sat, 25 Jan 2014 21:40:56 -0800 Subject: fixes #10495 by forcing .navbar-brand height to prevent it's inner content from increasing navbar height --- less/navbar.less | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'less/navbar.less') diff --git a/less/navbar.less b/less/navbar.less index eea376f594..ddb67b9f76 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -155,19 +155,13 @@ padding: @navbar-padding-vertical @navbar-padding-horizontal; font-size: @font-size-large; line-height: @line-height-computed; + height: @line-height-computed; &:hover, &:focus { text-decoration: none; } - // Prevent Glyphicons from increasing height of navbar - > .glyphicon { - float: left; - margin-top: -2px; - margin-right: 5px; - } - @media (min-width: @grid-float-breakpoint) { .navbar > .container &, .navbar > .container-fluid & { -- cgit v1.2.3