Skip to content
Snippets Groups Projects
Commit 2834a6bc authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

ensure fragments are visible in print styles, fix page-break error in paper print sheet

parent 87591d95
No related branches found
No related tags found
No related merge requests found
...@@ -155,11 +155,14 @@ ul, ol, div, p { ...@@ -155,11 +155,14 @@ ul, ol, div, p {
page-break-after: always !important; page-break-after: always !important;
display: block !important; display: block !important;
} }
.reveal section.stack {
page-break-after: avoid !important;
}
.reveal section .fragment { .reveal section .fragment {
opacity: 1 !important; opacity: 1 !important;
visibility: visible !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
} }
.reveal section:last-of-type { .reveal section:last-of-type {
page-break-after: avoid !important; page-break-after: avoid !important;
......
...@@ -141,6 +141,12 @@ ul, ol, div, p { ...@@ -141,6 +141,12 @@ ul, ol, div, p {
} }
.reveal section .fragment { .reveal section .fragment {
opacity: 1 !important; opacity: 1 !important;
visibility: visible !important;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
transform: none !important;
} }
.reveal img { .reveal img {
box-shadow: none; box-shadow: none;
...@@ -153,7 +159,3 @@ ul, ol, div, p { ...@@ -153,7 +159,3 @@ ul, ol, div, p {
.reveal small a { .reveal small a {
font-size: 16pt !important; font-size: 16pt !important;
} }
pre {
font-size: 9pt !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment