Dan Brown

Fixed missing subscript styling

Closes #284
...@@ -119,6 +119,11 @@ sup, .superscript { ...@@ -119,6 +119,11 @@ sup, .superscript {
119 font-size: 0.8em; 119 font-size: 0.8em;
120 } 120 }
121 121
122 +sub, .subscript {
123 + vertical-align: sub;
124 + font-size: 0.8em;
125 +}
126 +
122 pre { 127 pre {
123 font-family: monospace; 128 font-family: monospace;
124 white-space:pre; 129 white-space:pre;
......