1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Merge pull request #12448 from PHLAK/master

Fix issue causing .navbar-brand element height to be shorter than .navbar height
This commit is contained in:
Mark Otto
2014-01-31 13:39:23 -08:00

View File

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