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 + + + */
> li {
counter-increment: nav-counter;
position: relative;
list-style-type: none;
margin: 0;
padding: 0 0 .3em;
counter-increment: nav-counter;
&::after {
&:not(:last-of-type)::after {
content: '';
position: absolute;
left: 0;