1
Fork 0

Better footnote styling: explicit border

This commit is contained in:
Jan-Erik Rediger 2018-02-07 10:03:45 +01:00
parent b5c3a144ff
commit a005485d33
2 changed files with 3 additions and 3 deletions

View file

@ -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`.

View file

@ -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: ": ";