fix to display sup+sub scripts correctly

This commit is contained in:
rossengeorgiev 2012-12-09 17:45:17 +02:00
parent 7ab682091d
commit 77dbd036bf

View File

@ -31,6 +31,12 @@
font-size: 100%;
font: inherit;
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 {
display: block; }
body {