Merge "Logo on non-standard themes should be centered"
This commit is contained in:
commit
abf9fc2e0f
@ -3,16 +3,20 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
// These allow the vertical centering to work properly
|
|
||||||
line-height: $navbar-height;
|
|
||||||
font-size: 0;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-height: $navbar-height;
|
max-height: $navbar-height;
|
||||||
vertical-align: middle;
|
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 {
|
.topbar {
|
||||||
.navbar {
|
.navbar {
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user