sidebar: last LI without border-bottom
This commit is contained in:
parent
b965719e3c
commit
04289d080f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue