Merge "Top Nav shouldn't include giant bottom margin"

This commit is contained in:
Jenkins 2015-12-03 08:09:31 +00:00 committed by Gerrit Code Review
commit aa38180cf5
3 changed files with 14 additions and 5 deletions

View File

@ -12,3 +12,9 @@
vertical-align: middle;
}
}
.topbar {
.navbar {
margin-bottom: 1px;
}
}

View File

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

View File

@ -30,10 +30,6 @@
width: 100%;
position: fixed;
z-index: 4;
.navbar {
margin-bottom: 0;
}
}