projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e1f7e
)
show all fragments during print
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 5 May 2012 15:59:57 +0000
(11:59 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 5 May 2012 15:59:57 +0000
(11:59 -0400)
css/print.css
patch
|
blob
|
history
diff --git
a/css/print.css
b/css/print.css
index c78607512f5c4fb2a7122dbf788766f2c38d7289..51226bec48fefc321b2e2c989db7947aeab0b523 100644
(file)
--- 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;