remove overzealous pdf resets
This commit is contained in:
parent
9f90f32e26
commit
1569a4afba
|
@ -34,24 +34,11 @@ html.print-pdf {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
text-shadow: 0 0 0 #000 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reveal pre code {
|
.reveal pre code {
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
font-family: Courier, 'Courier New', monospace !important;
|
font-family: Courier, 'Courier New', monospace !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol, div, p {
|
|
||||||
visibility: visible;
|
|
||||||
position: static;
|
|
||||||
width: auto;
|
|
||||||
height: auto;
|
|
||||||
display: block;
|
|
||||||
overflow: visible;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
.reveal {
|
.reveal {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue