fix(PDF Export): Mark as important `width`, `height` and add `zoom` properties to fix CSS rules which were overrided by inline styles

master
Dhyego Fernando 2016-03-10 13:50:35 -04:00
parent de2ab07334
commit 587d16ceef
1 changed files with 3 additions and 3 deletions

View File

@ -60,8 +60,9 @@ ul, ol, div, p {
} }
.reveal .slides { .reveal .slides {
position: static; position: static;
width: 100%; width: 100% !important;
height: auto; height: auto !important;
zoom: 1 !important;
left: auto; left: auto;
top: auto; top: auto;
@ -157,4 +158,3 @@ ul, ol, div, p {
position: absolute; position: absolute;
font-size: 14px; font-size: 14px;
} }