diff options
author | Hakim El Hattab | 2012-10-20 10:57:51 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-10-20 10:57:51 -0400 |
commit | ecb4347ec1d9db8cceec1cb28385fc2326087b17 (patch) | |
tree | 95cc45f145bcd277a8b4af50cd1481774abfc2bc /css/reveal.css | |
parent | 3413d99b2ba7f7609b955b044bb35f28a8fa2e8f (diff) |
modularize themes and convert them to sass (closes #191)
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/css/reveal.css b/css/reveal.css index 358d954..9831255 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -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; |