Merge "Top Nav shouldn't include giant bottom margin"
This commit is contained in:
commit
aa38180cf5
@ -12,3 +12,9 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
.topbar {
|
||||
.navbar {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-left: none;
|
||||
|
||||
// Specificity Required
|
||||
.navbar-toggle {
|
||||
border-color: transparent;
|
||||
}
|
||||
@ -13,3 +13,10 @@
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
// Specificity required
|
||||
.topbar {
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
@ -30,10 +30,6 @@
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
z-index: 4;
|
||||
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user