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

fixes #8714: correct stacked pills nav

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