Fixed missing subscript styling

Closes #284
This commit is contained in:
Dan Brown
2017-02-01 22:20:44 +00:00
parent 9eecaea31a
commit 80f844139c

View File

@@ -119,6 +119,11 @@ sup, .superscript {
font-size: 0.8em;
}
sub, .subscript {
vertical-align: sub;
font-size: 0.8em;
}
pre {
font-family: monospace;
white-space:pre;