aboutsummaryrefslogtreecommitdiff
path: root/css/print/pdf.css
Commit message (Collapse)AuthorAge
* limit size of media elements when printing to pdfHakim El Hattab2014-05-04
|
* reduce max-height of images in pdfsHakim El Hattab2014-05-04
|
* ensure pdf pages are never zero-heightHakim El Hattab2014-04-29
|
* getSlideBackground now works in pdf mode, add pdf testsHakim El Hattab2014-04-27
|
* abide by configured width/height when printing to pdfHakim El Hattab2014-04-26
|
* revert from flexbox for pdf centering, use js for PDF setupHakim El Hattab2014-04-23
|
* use flexbox for vertically centered printing #862Hakim El Hattab2014-04-03
|
* Fix for issue #715Luis HGO2013-11-27
|
* typo and whitespace correctionHakim El Hattab2013-07-10
|
* pdf print tweakHakim El Hattab2013-06-23
|
* pdf hacksHakim El Hattab2013-06-22
|
* removes the extra blank page that was printed with pdf #458Hakim El Hattab2013-06-21
|
* revamp pdf printing to support per-slide backgrounds (closes #453)Hakim El Hattab2013-06-09
|
* Set PDF output to letter landscape, no marginJeremy Mikola2013-02-21
|
* enable backgrounds images when printing to pdf (closes #271)Hakim El Hattab2013-02-03
|
* remove left/right margin from images, tweak pdf print stylesHakim El Hattab2012-11-27
|
* fix minor issue in pdf print sheetHakim El Hattab2012-11-13
|
* fixes issue where italic fonts disappeared when printing to pdf (closes #230)Hakim El Hattab2012-11-10
|
* ensure fragments are visible in print styles, fix page-break error in paper ↵Hakim El Hattab2012-11-10
| | | | print sheet
* include theme background in printed pdfs (#217), fix empty white pages in ↵Hakim El Hattab2012-10-28
| | | | regular print (#215)
* Changes to make PDF output match the browser view more closelyGary Murakami2012-09-27
| | | | | | font-size: 18pt; instead of fount-size: 22pt; remove the "a" tag from def that forces font size, otherwise anchors in various contexts, e.g., headings, etc., will cause ugly rendering due to mismatched font size. specify font size for "pre" tags so that code listings more closely match browser rendering
* themes are now available as separate css files under css/theme/, old theme ↵Hakim El Hattab2012-08-08
option in config is no longer supported (closes #104)