removes the extra blank page that was printed with pdf #458

master
Hakim El Hattab 2013-06-21 22:02:06 -04:00
parent e51c0fc3ce
commit bfbeac7a79
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@ ul, ol, div, p {
overflow: visible;
margin: auto;
}
.reveal {
width: auto !important;
height: auto !important;
overflow: hidden !important;
}
.reveal .slides {
position: static;
width: 100%;