fix to display sup+sub scripts correctly
This commit is contained in:
parent
7ab682091d
commit
77dbd036bf
@ -31,6 +31,12 @@
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
vertical-align: baseline; }
|
vertical-align: baseline; }
|
||||||
|
sup {
|
||||||
|
font-size: smaller;
|
||||||
|
vertical-align: +0.4em; }
|
||||||
|
sub {
|
||||||
|
font-size: smaller;
|
||||||
|
vertical-align: -0.25em; }
|
||||||
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
||||||
display: block; }
|
display: block; }
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user