show all fragments during print

This commit is contained in:
Hakim El Hattab 2012-05-05 11:59:57 -04:00
parent d5e1f7e493
commit ec1c111359
1 changed files with 5 additions and 2 deletions

View File

@ -145,13 +145,16 @@ ul, ol, div, p {
-ms-transform: none; -ms-transform: none;
transform: none; transform: none;
} }
section { #reveal section {
page-break-after: always !important; page-break-after: always !important;
display: block !important; display: block !important;
} }
section.stack { #reveal section.stack {
page-break-after: avoid !important; page-break-after: avoid !important;
} }
#reveal section .fragment {
opacity: 1 !important;
}
#reveal section img { #reveal section img {
display: block; display: block;
margin: 15px 0px; margin: 15px 0px;