Skip to content

Commit

Permalink
Navbar stylefixes
Browse files Browse the repository at this point in the history
Fix issues where navbar height expands beyond original height.
  • Loading branch information
Quentin de Metz committed Jul 26, 2014
1 parent 3740bdc commit f0a77f9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
.navbar .brand{
padding: 0 20px !important; /* prevent brand from expanding navbar height */
}
.navbar .brand img{ /* center logo vertically in navbar */
position: relative;
top: 6px;
}
#quicksearch{
margin-bottom: 0; /* prevent quicksearch form from expanding navbar height */
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
Expand Down

0 comments on commit f0a77f9

Please sign in to comment.