summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-05-07 18:38:48 +0100
committerNick White <git@njw.me.uk>2010-05-07 18:38:48 +0100
commitf23301d2c1d617028a7b1ebafbfa3c72bd00f19f (patch)
tree82d3301973b7a20117b806fb162a110edec31182 /includes
parentff9864ab6fd9df4f20a6f05610488b7a6cd839f5 (diff)
downloadnjw-website-f23301d2c1d617028a7b1ebafbfa3c72bd00f19f.tar.bz2
njw-website-f23301d2c1d617028a7b1ebafbfa3c72bd00f19f.zip
Improve printed output
Diffstat (limited to 'includes')
-rw-r--r--includes/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/style.css b/includes/style.css
index 9067307..1ef0615 100644
--- a/includes/style.css
+++ b/includes/style.css
@@ -1,6 +1,6 @@
/* See COPYING file for copyright, license and warranty details. */
-body { font-family: sans-serif; width: 45em; max-width: 85%; margin: auto; }
+@media screen { body { font-family: sans-serif; width: 45em; max-width: 85%; margin: auto; }}
h1 { text-align: center; font-size: 1.6em; }
h2 { font-size: 1.2em; font-weight: normal; border-bottom: thin solid black; }
h3 { font-size: 1.1em; font-weight: normal; text-align: center; }