mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-02 04:42:43 +02:00
comment nav
This commit is contained in:
@@ -14,9 +14,12 @@ navigation {
|
||||
padding: 0.5em 1em;
|
||||
|
||||
li {
|
||||
&:nth-child(n+2):before {
|
||||
&:nth-child(n+2)[data-number]:before {
|
||||
content: "§" attr(data-number) ". "
|
||||
}
|
||||
&:nth-child(n+2):not([data-number]) {
|
||||
margin: 5px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -75,9 +75,12 @@ navigation ul {
|
||||
margin: 0;
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
navigation ul li:nth-child(n+2):before {
|
||||
navigation ul li:nth-child(n+2)[data-number]:before {
|
||||
content: "§" attr(data-number) ". ";
|
||||
}
|
||||
navigation ul li:nth-child(n+2):not([data-number]) {
|
||||
margin: 5px 0;
|
||||
}
|
||||
navigation.compact {
|
||||
width: 100%;
|
||||
border: none;
|
||||
|
Reference in New Issue
Block a user