Label footnotes as-such
This commit is contained in:
parent
e710fcbee7
commit
e0ab6fdd94
@ -2,3 +2,19 @@ blockquote {
|
|||||||
border-left: 5px solid grey;
|
border-left: 5px solid grey;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.footnotes > hr {
|
||||||
|
/*
|
||||||
|
Pushes the footnotes down so they do not clash
|
||||||
|
with the "Footnotes" title, defined below
|
||||||
|
*/
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
section.footnotes > *:first-child::before {
|
||||||
|
content: 'Footnotes';
|
||||||
|
font-family: 'Georgia', serif;
|
||||||
|
margin: 10px 0;
|
||||||
|
color: #444;
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user