Properly style footnotes
This commit is contained in:
parent
11144edd61
commit
3fc595fa22
13
style.css
13
style.css
|
@ -226,4 +226,17 @@ blockquote p {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.footnote-definition {
|
||||
border-top: 1px solid #ccc;
|
||||
margin-top: 20px;
|
||||
padding-top: 1em;
|
||||
}
|
||||
.footnote-definition p:before {
|
||||
content: ": ";
|
||||
}
|
||||
.footnote-definition p {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* close commented backslash hack */
|
||||
|
|
Loading…
Reference in a new issue