From: Brian Leathem Date: Thu, 14 Jun 2012 15:07:28 +0000 (-0700) Subject: Specify position for .reveal.linear sections. fixes #64 X-Git-Tag: 1.4.0~38^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a5bf91c9abeb3b69b3bc4980f38ec0cc6c506b6;p=reveal.js.git Specify position for .reveal.linear sections. fixes #64 --- 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%;