sub/superscript styles (closes #82)
authorHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 19 Jul 2012 01:27:07 +0000 (21:27 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Thu, 19 Jul 2012 01:27:07 +0000 (21:27 -0400)
css/main.css

index 3f546b602758d23896bf08c673bc501e64b1668b..d8c357749e15114f0c53ac08b8774362c6daa2c3 100644 (file)
@@ -220,6 +220,13 @@ body {
        text-shadow: rgb(255,255,255) 1px 1px 2px;
 }
 
+.reveal sup { 
+       vertical-align: super;
+}
+.reveal sub { 
+       vertical-align: sub;
+}
+
 .reveal small {
        font-size: 60%;
        line-height: 1em;