diff options
author | Philip Bjorge <philipbjorge@gmail.com> | 2012-04-24 20:06:22 -0700 |
---|---|---|
committer | Philip Bjorge <philipbjorge@gmail.com> | 2012-04-24 20:06:22 -0700 |
commit | 58c1a1e861c89c2ac938ed10a6032b387bba6a10 (patch) | |
tree | b07a246207fae19fdf1f41aa59b32ae350498fc7 /css/main.css | |
parent | e94fc0bdeb724cc00b6108ed5a7942a0ede11056 (diff) | |
download | perl-software-in-gnu-guix-58c1a1e861c89c2ac938ed10a6032b387bba6a10.tar perl-software-in-gnu-guix-58c1a1e861c89c2ac938ed10a6032b387bba6a10.tar.gz |
Overview now shows hidden fragments.
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 8376701..d45c0a5 100644 --- a/css/main.css +++ b/css/main.css @@ -856,6 +856,9 @@ html { cursor: pointer; background: rgba(0,0,0,0.1); } +#reveal.overview .slides section .fragment { + opacity: 1; +} #reveal.overview .slides section:after, #reveal.overview .slides section:before { display: none !important; |