##// 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 vertical-align: baseline;
34 vertical-align: baseline;
35 }
35 }
36
36
37 sup { vertical-align: super; }
38 sub { vertical-align: sub; }
39
37 article, aside, details, figcaption, figure,
40 article, aside, details, figcaption, figure,
38 footer, header, hgroup, menu, nav, section {
41 footer, header, hgroup, menu, nav, section {
39 display: block;
42 display: block;
General Comments 0
You need to be logged in to leave comments. Login now