Skip to content

Commit

Permalink
show all fragments during print
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed May 5, 2012
1 parent d5e1f7e commit ec1c111
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ec1c111

Please sign in to comment.