Logo on non-standard themes should be centered

When using a vanilla bootstrap theme (not 'default' or 'material')
the logo is not vertically centered.

Change-Id: Ie7bc98bae9087f25cfece09c64b2528a67855ed4
Closes-Bug: 1537573
This commit is contained in:
Diana Whitten 2016-01-24 17:46:09 -07:00
parent 6879ea7cb9
commit 338b391beb

@ -3,16 +3,20 @@
margin: 0;
display: block;
// These allow the vertical centering to work properly
line-height: $navbar-height;
font-size: 0;
img {
max-height: $navbar-height;
vertical-align: middle;
}
}
//Specifity Required
.navbar-header .navbar-brand {
// These allow the vertical centering to work properly
line-height: $navbar-height;
font-size: 0;
}
.topbar {
.navbar {
margin-bottom: 1px;