Merge "Logo on non-standard themes should be centered"
This commit is contained in:
commit
abf9fc2e0f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user