[Mpuls-commits] r5731 - base/trunk/mpulsweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 22 10:50:20 CET 2011
Author: torsten
Date: 2011-12-22 10:50:19 +0100 (Thu, 22 Dec 2011)
New Revision: 5731
Modified:
base/trunk/mpulsweb/public/styles/print.css
Log:
Issue2574: Changed print layout a bit. Increased fontsize in 1 pt and make
size of headers relative to the body fontsize.
Layout of pages still looks ok, but printout will get a little bit longer and
pagebreaks may be required or may happen in different places.
Modified: base/trunk/mpulsweb/public/styles/print.css
===================================================================
--- base/trunk/mpulsweb/public/styles/print.css 2011-12-22 08:46:50 UTC (rev 5730)
+++ base/trunk/mpulsweb/public/styles/print.css 2011-12-22 09:50:19 UTC (rev 5731)
@@ -1,8 +1,8 @@
body {
color : #000000;
background : #ffffff;
- font-family : "Times New Roman", Times, serif;
- font-size : 10pt;
+ font-family : Verdana, Arial;
+ font-size : 11pt;
}
p {
@@ -51,7 +51,7 @@
h1 {
margin: 0px 0px 10px 0px;
padding:0;
- font-size:12pt;
+ font-size: 1.4em;
font-weight:bold;
}
@@ -64,7 +64,7 @@
h2, h3, h4 {
margin: 0px 0px 2px 0px;
padding:0;
- font-size:11pt;
+ font-size:1.2em;
font-weight:bold;
}
More information about the Mpuls-commits
mailing list