jenkins-bot has submitted this change and it was merged. Change subject: UEModulePDF: Fixed 'landscape' format ......................................................................
UEModulePDF: Fixed 'landscape' format Change-Id: Iee1d7fbb2b98d31269c544d195cf473cddcb42ee --- M UEModulePDF/data/PDFTemplates/common/stylesheets/page.css 1 file changed, 7 insertions(+), 6 deletions(-) Approvals: Robert Vogel: Looks good to me, approved jenkins-bot: Verified diff --git a/UEModulePDF/data/PDFTemplates/common/stylesheets/page.css b/UEModulePDF/data/PDFTemplates/common/stylesheets/page.css index 8bc11de..0c7c2d1 100644 --- a/UEModulePDF/data/PDFTemplates/common/stylesheets/page.css +++ b/UEModulePDF/data/PDFTemplates/common/stylesheets/page.css @@ -1,8 +1,8 @@ /** - * This files defines the basic settings for pages and defines the available - * areas (marginboxes) for content placement. It also sets up the most + * This files defines the basic settings for pages and defines the available + * areas (marginboxes) for content placement. It also sets up the most * important components for Paged Media, like page breaks, page counters, etc. - * + * * Additional Information about CSS for Paged Media can be found at: * - http://www.w3.org/TR/2003/WD-css3-page-20030909/ * - http://www.w3.org/TR/css3-page/ @@ -84,10 +84,11 @@ .bs-rotated, .rotated { page: rotated; + width: 25.8cm; /* DIN A4 landscape minus margins minus some space :) : 29.7 - 1 - 2.5 - 0.4 */ page-break-before: right; page-break-after: always; } - + .bs-narrow, .narrow { page: narrow; page-break-before: always; @@ -133,8 +134,8 @@ /* Common Elements */ body { - margin: 0; - padding: 0; + margin: 0; + padding: 0; border: 0; } -- To view, visit https://gerrit.wikimedia.org/r/212768 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iee1d7fbb2b98d31269c544d195cf473cddcb42ee Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions Gerrit-Branch: master Gerrit-Owner: Robert Vogel <[email protected]> Gerrit-Reviewer: Mglaser <[email protected]> Gerrit-Reviewer: Pwirth <[email protected]> Gerrit-Reviewer: Robert Vogel <[email protected]> Gerrit-Reviewer: Tweichart <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
