tweaks for pdf print sheet
This commit is contained in:
parent
0bc614cf3d
commit
bee213c470
|
@ -30,8 +30,6 @@ html.print-pdf {
|
||||||
.reveal .progress,
|
.reveal .progress,
|
||||||
.reveal .playback,
|
.reveal .playback,
|
||||||
.reveal.overview,
|
.reveal.overview,
|
||||||
.fork-reveal,
|
|
||||||
.share-reveal,
|
|
||||||
.state-background {
|
.state-background {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
@ -115,12 +113,11 @@ html.print-pdf {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal .roll {
|
|
||||||
overflow: visible;
|
|
||||||
line-height: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Slide backgrounds are placed inside of their slide when exporting to PDF */
|
/* Slide backgrounds are placed inside of their slide when exporting to PDF */
|
||||||
|
.reveal .backgrounds {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.reveal .slide-background {
|
.reveal .slide-background {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue