Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.html2print
Commits
585182f4
Commit
585182f4
authored
Mar 31, 2015
by
svilayphiou
Browse files
fix paper size (it was the same as the page size)
parent
d2a019c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/css/html2print.less
View file @
585182f4
...
...
@@ -32,8 +32,9 @@
margin: 0;
}
.paper {
width: @page-width;
height: @page-height;
width: @paper-width;
height: @paper-height;
box-sizing: border-box;
/* Crop marks */
padding: @crop;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment