Add better style for printing
This commit is contained in:
parent
195865a347
commit
6a66500da6
@ -752,18 +752,40 @@ div.submit{ clear:both; text-align:center; }
|
||||
size: portrait;
|
||||
margin: 1cm;
|
||||
};
|
||||
html {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
h1 {
|
||||
page-break-before: always;
|
||||
page-break-after: avoid;
|
||||
}
|
||||
table {
|
||||
page-break-before: avoid;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
body { font-family:Verdana, Arial, sans-serif; font-size:11px; }
|
||||
global { width:19cm !important; margin:0 auto; }
|
||||
div#menu { display:none; }
|
||||
#content { float:none; clear:none; width:19cm !important; padding:0; margin:0; }
|
||||
#center { padding:0; }
|
||||
#footer { clear:both; text-align:center; margin-top:15px; }
|
||||
body {
|
||||
font-family:Verdana, Arial, sans-serif;
|
||||
font-size:11px;
|
||||
}
|
||||
global {
|
||||
width:19cm !important;
|
||||
margin:0 auto;
|
||||
}
|
||||
div#menu {
|
||||
display:none;
|
||||
}
|
||||
#content {
|
||||
float:none;
|
||||
clear:none;
|
||||
width:auto;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
#center {
|
||||
padding:0;
|
||||
}
|
||||
#footer {
|
||||
clear:both;
|
||||
text-align:center;
|
||||
margin-top:15px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user