Skip to content
Snippets Groups Projects
Commit 7b53ff0b authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

sub/superscript styles (closes #82)

parent 04a23370
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment