modularize themes and convert them to sass (closes #191)

This commit is contained in:
Hakim El Hattab
2012-10-20 10:57:51 -04:00
parent 3413d99b2b
commit ecb4347ec1
18 changed files with 811 additions and 630 deletions

View File

@@ -1,6 +1,6 @@
@charset "UTF-8";
/**
/*!
* reveal.js
* http://lab.hakim.se/reveal-js
* MIT licensed
@@ -196,7 +196,7 @@ body {
display: block;
position: relative;
width: 90%;
margin: 10px auto;
margin: 15px auto;
text-align: left;
font-size: 0.55em;
@@ -207,6 +207,9 @@ body {
box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.reveal pre code {
padding: 5px;
}
.reveal code {
font-family: monospace;