commit 1994fdcba53eb227303f2e171e5d9bddc52492a2
parent c3695a698577a3e311889fffd243cb1faee9b891
Author: corndog <cauchyn@firemail.cc>
Date: Wed, 17 Oct 2018 22:04:30 -0700
Fix superscript breaking line-height
Align superscripted footnote links to the top of
the parent p's font. Since body text is the same,
it keeps the rest of the paragraph more consistent
than just "top".
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/in/static/style.css b/in/static/style.css
@@ -46,6 +46,10 @@ iframe {
width: 100%;
}
+sup {
+ vertical-align: text-top;
+}
+
/*
* Embed
*/