Fix issue causing .navbar-brand element height to be shorter than .navbar height

This commit is contained in:
Chris Kankiewicz 2014-01-30 14:59:54 -07:00
parent 00685be0e9
commit 22e576c600
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
padding: @navbar-padding-vertical @navbar-padding-horizontal;
font-size: @font-size-large;
line-height: @line-height-computed;
height: @line-height-computed;
height: @navbar-height;
&:hover,
&:focus {