Fix footnote SCSS not being compatible with generated markup
This commit is contained in:
parent
de668f2349
commit
52659abf65
@ -339,16 +339,14 @@ nav {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-ref {
|
a.footnote-ref {
|
||||||
a {
|
margin-left: 0.3em;
|
||||||
margin-left: 0.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
a::before {
|
&::before {
|
||||||
content: "[";
|
content: "[";
|
||||||
}
|
}
|
||||||
|
|
||||||
a::after {
|
&::after {
|
||||||
content: "]";
|
content: "]";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user