From: Hakim El Hattab Date: Sat, 5 May 2012 15:59:57 +0000 (-0400) Subject: show all fragments during print X-Git-Tag: 1.3.0~14 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ec1c111359ef4a43df58fe8231ea1882c710725a;p=reveal.js.git show all fragments during print --- diff --git a/css/print.css b/css/print.css index c786075..51226be 100644 --- a/css/print.css +++ b/css/print.css @@ -145,13 +145,16 @@ ul, ol, div, p { -ms-transform: none; transform: none; } -section { +#reveal section { page-break-after: always !important; display: block !important; } -section.stack { +#reveal section.stack { page-break-after: avoid !important; } +#reveal section .fragment { + opacity: 1 !important; +} #reveal section img { display: block; margin: 15px 0px;