Browse Source

reduce max-height of images in pdfs

Hakim El Hattab 11 years ago
parent
commit
da1f221b4f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      css/print/pdf.css

+ 1 - 0
css/print/pdf.css

@@ -142,6 +142,7 @@ ul, ol, div, p {
 }
 .reveal img {
 	box-shadow: none;
+	max-height: 80%;
 }
 .reveal .roll {
 	overflow: visible;