aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/main.css
diff options
context:
space:
mode:
authorHakim El Hattab2012-08-30 00:59:51 -0400
committerHakim El Hattab2012-08-30 00:59:51 -0400
commit90f343e5bddb663f061a2c2f40eac352b52601b8 (patch)
tree516f7446bd53e196c39ac81b1e7f8d760834e11c /css/main.css
parente3f3e9defba45889fb9bb4157a1aa3c9951501b3 (diff)
add theme config option, add sky theme, fix line-height of <small>
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index 7f0555c..691f47b 100644
--- a/css/main.css
+++ b/css/main.css
@@ -233,8 +233,9 @@ body {
}
.reveal small {
+ display: inline-block;
font-size: 0.6em;
- line-height: 1em;
+ line-height: 1.2em;
vertical-align: top;
}