projects
/
Ultimately_Untrue_Thought.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc86a62
)
superscript line spacing fix
author
Zack M. Davis
<
[email protected]
>
Tue, 23 Jan 2024 06:53:36 +0000
(22:53 -0800)
committer
Zack M. Davis
<
[email protected]
>
Tue, 23 Jan 2024 06:53:36 +0000
(22:53 -0800)
theme/static/css/main.css
patch
|
blob
|
history
diff --git
a/theme/static/css/main.css
b/theme/static/css/main.css
index
3e69077
..
a043294
100644
(file)
--- a/
theme/static/css/main.css
+++ b/
theme/static/css/main.css
@@
-423,3
+423,18
@@
p.flower-break {
border: none;
}
+/* And thanks again to Said Achmiz for making superscripts not mess up line spacing. */
+sup, sub {
+ position: relative;
+ vertical-align: baseline;
+ font-size: 0.8em;
+}
+sup {
+ bottom: 0.4em;
+}
+sup a {
+ padding: 0 0.1em;
+}
+sub {
+ top: 0.25em;
+}