sub/superscript styles (closes #82)

master
Hakim El Hattab 2012-07-18 21:27:07 -04:00
parent 04a2337041
commit 7b53ff0b9d
1 changed files with 7 additions and 0 deletions

View 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;