diff options
author | Hakim El Hattab | 2012-06-18 12:21:54 -0700 |
---|---|---|
committer | Hakim El Hattab | 2012-06-18 12:21:54 -0700 |
commit | fa98bacef62012cb1c101ce1b43267d8955629d6 (patch) | |
tree | f7264f6e20779cbdf30afb20808df033a6e0781c | |
parent | 1f17bdd5c483cbaf9f833fff48aa186c4dd97d14 (diff) | |
parent | 0a5bf91c9abeb3b69b3bc4980f38ec0cc6c506b6 (diff) |
Merge pull request #65 from bleathem/patch-2
Specify position for .reveal.linear sections. fixes #64
-rw-r--r-- | css/print.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/css/print.css b/css/print.css index adf2bb2..519120e 100644 --- a/css/print.css +++ b/css/print.css @@ -119,7 +119,10 @@ ul, ol, div, p { perspective-origin: 50% 50%; } .reveal .slides>section, .reveal .slides>section>section, -.reveal .slides>section.past, .reveal .slides>section.future { +.reveal .slides>section.past, .reveal .slides>section.future, +.reveal.linear .slides>section, .reveal.linear .slides>section>section, +.reveal.linear .slides>section.past, .reveal.linear .slides>section.future { + visibility: visible; position: static; width: 90%; |