##// END OF EJS Templates
Fix styling of superscripts and subscripts. Closes #1924.
Jez Ng -
Show More
@@ -34,6 +34,9 b' time, mark, audio, video {'
34 34 vertical-align: baseline;
35 35 }
36 36
37 sup { vertical-align: super; }
38 sub { vertical-align: sub; }
39
37 40 article, aside, details, figcaption, figure,
38 41 footer, header, hgroup, menu, nav, section {
39 42 display: block;
General Comments 0
You need to be logged in to leave comments. Login now