sidebar: last LI without border-bottom

This commit is contained in:
Silke Pisulla 2017-01-06 10:05:54 +01:00
commit 04289d080f

View file

@ -52,13 +52,13 @@
/* + + + first level + + + */ /* + + + first level + + + */
> li { > li {
counter-increment: nav-counter;
position: relative; position: relative;
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
padding: 0 0 .3em; padding: 0 0 .3em;
counter-increment: nav-counter;
&::after { &:not(:last-of-type)::after {
content: ''; content: '';
position: absolute; position: absolute;
left: 0; left: 0;