Add superscript style
This commit is contained in:
parent
9a1f70133d
commit
4f3279c55a
|
@ -64,6 +64,11 @@ span[data-name="sub"] {
|
|||
vertical-align: -0.35em;
|
||||
}
|
||||
|
||||
span[data-name="sup"] {
|
||||
font-size: 0.7em;
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
span[data-name="ty2"] span[data-name="sub"] {
|
||||
vertical-align: 0em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue