aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kankiewicz <[email protected]>2014-01-30 14:59:54 -0700
committerChris Kankiewicz <[email protected]>2014-01-30 14:59:54 -0700
commit22e576c600547b10c8038ff68c13386bcb36477a (patch)
treea1e78d2e464729213bf300a8812f90050bbcce31
parent00685be0e96fcb6eb32f931865b19becfdd02946 (diff)
downloadbootstrap-22e576c600547b10c8038ff68c13386bcb36477a.tar.xz
bootstrap-22e576c600547b10c8038ff68c13386bcb36477a.zip
Fix issue causing .navbar-brand element height to be shorter than .navbar height
-rw-r--r--less/navbar.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less
index ddb67b9f7..8c4c210b2 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -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 {