From 9a4760453d2aba2a278c2eedfdf4085e10d15f80 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sat, 21 Nov 2020 14:20:38 -0500 Subject: [PATCH] Fix styling on superscript elements --- xmpp.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xmpp.css b/xmpp.css index 798a1eeb..1ffdc3f1 100644 --- a/xmpp.css +++ b/xmpp.css @@ -942,14 +942,16 @@ } sub, - sup { + sup, + .super { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } - sup { + sup, + .super { top: -0.5em; }