Better footnote styling: explicit border
This commit is contained in:
parent
b5c3a144ff
commit
a005485d33
2 changed files with 3 additions and 3 deletions
|
@ -63,4 +63,6 @@ example.com has address 93.184.216.34
|
|||
[dnsoverhttps]: https://github.com/badboy/dnsoverhttps
|
||||
[docs]: https://docs.rs/dnsoverhttps/0.1.0/dnsoverhttps/
|
||||
|
||||
---
|
||||
|
||||
[^1]: `dnsoverhttps` currently implements Version 2, because that's what `dns.google.com` supports. Version 3 changes the query parameter from `body` to `dns`.
|
||||
|
|
|
@ -227,9 +227,7 @@ blockquote p {
|
|||
}
|
||||
|
||||
.footnote-definition {
|
||||
border-top: 1px solid #ccc;
|
||||
margin-top: 20px;
|
||||
padding-top: 1em;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.footnote-definition p:before {
|
||||
content: ": ";
|
||||
|
|
Loading…
Add table
Reference in a new issue