diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-10-29 10:58:06 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-10-29 10:58:06 +0100 |
commit | 0198d74391f1513e16f3722d9afc003f868416e5 (patch) | |
tree | 7bba3d60e0aa8dd8fd9bdc1ccbdc17d098fd60cd /css/reveal.css | |
parent | 35462a424c4899747aa2079101372c66ac14d211 (diff) | |
download | freenode-live-2017-presentation-0198d74391f1513e16f3722d9afc003f868416e5.tar freenode-live-2017-presentation-0198d74391f1513e16f3722d9afc003f868416e5.tar.gz |
change slide number formats
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index 52a05a7..fc30247 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -279,6 +279,9 @@ html:-moz-full-screen-ancestor { z-index: 31; font-size: 12px; } +.reveal .slide-number-delimiter { + margin: 0 4px; } + /********************************************* * SLIDES *********************************************/ |