sub/superscript styles (closes #82)
This commit is contained in:
parent
04a2337041
commit
7b53ff0b9d
|
@ -220,6 +220,13 @@ body {
|
||||||
text-shadow: rgb(255,255,255) 1px 1px 2px;
|
text-shadow: rgb(255,255,255) 1px 1px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reveal sup {
|
||||||
|
vertical-align: super;
|
||||||
|
}
|
||||||
|
.reveal sub {
|
||||||
|
vertical-align: sub;
|
||||||
|
}
|
||||||
|
|
||||||
.reveal small {
|
.reveal small {
|
||||||
font-size: 60%;
|
font-size: 60%;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user