Commit 111dc149 authored by Mark Otto's avatar Mark Otto

fixes #8714: correct stacked pills nav

parent b9ff4234
...@@ -2566,7 +2566,7 @@ button.close { ...@@ -2566,7 +2566,7 @@ button.close {
float: none; float: none;
} }
.nav-stacked > li + li > a { .nav-stacked > li + li {
margin-top: 2px; margin-top: 2px;
margin-left: 0; margin-left: 0;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -148,12 +148,10 @@ ...@@ -148,12 +148,10 @@
> li { > li {
float: none; float: none;
+ li { + li {
> a {
margin-top: 2px; margin-top: 2px;
margin-left: 0; // no need for this gap between nav items margin-left: 0; // no need for this gap between nav items
} }
} }
}
} }
// Justified nav links // Justified nav links
......
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