Merge "Logo on non-standard themes should be centered"

This commit is contained in:
Jenkins 2016-02-11 01:35:18 +00:00 committed by Gerrit Code Review
commit abf9fc2e0f

View File

@ -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;