fix printer settings

This commit is contained in:
Helmut Merz 2014-06-01 11:06:13 +02:00
parent 0c043434e2
commit 391bc395f0

View file

@ -11,8 +11,14 @@ body {
display: none; display: none;
} }
.container {
width: auto;
margin: 0;
border: 0;
}
#content { #content {
/* width: 100%; */ width: auto;
width: 80%;
color: Black; color: Black;
} }