diff options
author | Hakim El Hattab | 2012-05-05 11:59:57 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-05-05 11:59:57 -0400 |
commit | ec1c111359ef4a43df58fe8231ea1882c710725a (patch) | |
tree | 362f9891cb551a16365c2c8c568bbf937274c458 /css | |
parent | d5e1f7e493fac61fcda5641397dacc0e079a74da (diff) |
show all fragments during print
Diffstat (limited to 'css')
-rw-r--r-- | css/print.css | 7 |
1 files changed, 5 insertions, 2 deletions
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; |