diff options
author | Ira Abramov | 2014-10-11 18:59:36 +0300 |
---|---|---|
committer | Ira Abramov | 2014-10-11 18:59:36 +0300 |
commit | ccdb4ff248c9883c3f2e922e243ec426a918bfcb (patch) | |
tree | f44f5e8abe3e58588bca5c7e803a1d2299752149 /css/reveal.css | |
parent | 588472c5204a1a55db7b99627c4ac4477117ad37 (diff) |
Fix RTL Navigation with space bar
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/reveal.css b/css/reveal.css index 20d1405..399b698 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -27,7 +27,7 @@ html, body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal i .reveal menu, .reveal nav, .reveal output, .reveal ruby, .reveal section, .reveal summary, .reveal time, .reveal mark, .reveal audio, video { margin: 0; - padding: 0; + padding: 3m; border: 0; font-size: 100%; font: inherit; |