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
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

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