From d183f3672d729e6ed7fb12781233c6c3b7d01545 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 9 Oct 2019 10:23:58 -0500 Subject: [PATCH] Ported sub/sup rules over from Mac stylesheet --- iOS/Resources/styleSheet.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 6405a9347..df1c80612 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -141,6 +141,18 @@ figcaption { line-height: 1.3em; } +sup { + vertical-align: top; + position: relative; + bottom: 0.2rem; +} + +sub { + vertical-align: bottom; + position: relative; + top: 0.2rem; +} + .iframeWrap { position: relative; display: block;