8000 remove overzealous pdf resets · hakimel/reveal.js@1569a4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1569a4a

Browse files
committed
remove overzealous pdf resets
1 parent 9f90f32 commit 1569a4a

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

css/print/pdf.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,11 @@ html.print-pdf {
3434
display: none !important;
3535
}
3636

37-
h1, h2, h3, h4, h5, h6 {
38-
text-shadow: 0 0 0 #000 !important;
39-
}
40-
4137
.reveal pre code {
4238
overflow: hidden !important;
4339
font-family: Courier, 'Courier New', monospace !important;
4440
}
4541

46-
ul, ol, div, p {
47-
visibility: visible;
48-
position: static;
49-
width: auto;
50-
height: auto;
51-
display: block;
52-
overflow: visible;
53-
margin: auto;
54-
}
5542
.reveal {
5643
width: auto !important;
5744
height: auto !important;

0 commit comments

Comments
 (0)
0