Ported sub/sup rules over from Mac stylesheet
This commit is contained in:
parent
4f52388676
commit
d183f3672d
|
@ -141,6 +141,18 @@ figcaption {
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sup {
|
||||||
|
vertical-align: top;
|
||||||
|
position: relative;
|
||||||
|
bottom: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
sub {
|
||||||
|
vertical-align: bottom;
|
||||||
|
position: relative;
|
||||||
|
top: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.iframeWrap {
|
.iframeWrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue