Ported sub/sup rules over from Mac stylesheet

This commit is contained in:
Maurice Parker 2019-10-09 10:23:58 -05:00
parent 4f52388676
commit d183f3672d
1 changed files with 12 additions and 0 deletions

View File

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