This commit is contained in:
Sebastian Reese
2017-02-02 00:43:54 +01:00
4 changed files with 11 additions and 4 deletions

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;