Nicer styling for footnotes
This commit is contained in:
parent
fc2a7007d0
commit
1ddfa2ab06
1 changed files with 11 additions and 0 deletions
|
|
@ -171,6 +171,17 @@ article {
|
||||||
padding: 0 0 0 16px;
|
padding: 0 0 0 16px;
|
||||||
margin: 0 0 32px;
|
margin: 0 0 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnote-ref a {
|
||||||
|
border-bottom: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
.footnotes-sep {
|
||||||
|
height: 0;
|
||||||
|
border: none;
|
||||||
|
border-top: 1px dotted #aaa;
|
||||||
|
margin: 12px 0 24px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue