projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04a2337
)
sub/superscript styles (closes #82)
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Thu, 19 Jul 2012 01:27:07 +0000
(21:27 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Thu, 19 Jul 2012 01:27:07 +0000
(21:27 -0400)
css/main.css
patch
|
blob
|
history
diff --git
a/css/main.css
b/css/main.css
index 3f546b602758d23896bf08c673bc501e64b1668b..d8c357749e15114f0c53ac08b8774362c6daa2c3 100644
(file)
--- a/
css/main.css
+++ b/
css/main.css
@@
-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;