Merge pull request #1117 from pdokas/master
Fix leading for super and subscript in the article view
This commit is contained in:
commit
29392ec80e
|
@ -140,6 +140,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;
|
||||
|
|
Loading…
Reference in New Issue