]> BookStack Code Mirror - bookstack/commitdiff
Fixed missing subscript styling
authorDan Brown <redacted>
Wed, 1 Feb 2017 22:20:44 +0000 (22:20 +0000)
committerDan Brown <redacted>
Wed, 1 Feb 2017 22:20:44 +0000 (22:20 +0000)
Closes #284

resources/assets/sass/_text.scss

index 74eb6875af6e23ff092c5296507b73b4dc71d5ff..aac4298ea96384d2367616f86309e2c6b8b929a7 100644 (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;