add theme config option, add sky theme, fix line-height of <small>

This commit is contained in:
Hakim El Hattab
2012-08-30 00:59:51 -04:00
parent e3f3e9defb
commit 90f343e5bd
5 changed files with 209 additions and 13 deletions

View File

@@ -233,8 +233,9 @@ body {
}
.reveal small {
display: inline-block;
font-size: 0.6em;
line-height: 1em;
line-height: 1.2em;
vertical-align: top;
}