Commit e953c230 authored by Mark Otto's avatar Mark Otto

fixes #8659: remove lingering .nav-header

parent 8cb1b766
......@@ -2458,10 +2458,6 @@ button.close {
background-color: transparent;
}
.nav > li + .nav-header {
margin-top: 9px;
}
.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -39,11 +39,6 @@
cursor: not-allowed;
}
}
// Space the headers out when they follow another list item (link)
+ .nav-header {
margin-top: 9px;
}
}
// Open dropdowns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment