diff options
Diffstat (limited to 'css/print/paper.css')
-rw-r--r-- | css/print/paper.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/css/print/paper.css b/css/print/paper.css index 7c7257a..27d19dd 100644 --- a/css/print/paper.css +++ b/css/print/paper.css @@ -38,7 +38,8 @@ .share-reveal, .state-background, .reveal .progress, - .reveal .backgrounds { + .reveal .backgrounds, + .reveal .slide-number { display: none !important; } @@ -141,7 +142,7 @@ .reveal .slides section { visibility: visible !important; position: static !important; - width: 100% !important; + width: auto !important; height: auto !important; display: block !important; overflow: visible !important; @@ -199,4 +200,4 @@ font-size: 0.8em; } -}
\ No newline at end of file +} |