CSS: Try to make PDFs look better

This commit is contained in:
Thomas Gelf 2014-06-05 03:25:00 +00:00
parent 76d0b188b6
commit b3f65c8e37
1 changed files with 13 additions and 0 deletions

View File

@ -6,6 +6,10 @@
margin: 2cm;
}
.container * {
font-size: 7pt;
}
body > h1 {
font-size: 1em;
}
@ -70,6 +74,15 @@ hr {
margin: 0;
}
.dashboard > div.container {
width: 100%;
display: block;
}
h1 form {
display: none;
}
body {
margin: 1cm 1cm 1.5cm 1cm;
}