summaryrefslogtreecommitdiff
path: root/maj/print.css
diff options
context:
space:
mode:
Diffstat (limited to 'maj/print.css')
-rw-r--r--maj/print.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/maj/print.css b/maj/print.css
new file mode 100644
index 0000000..609bbe0
--- /dev/null
+++ b/maj/print.css
@@ -0,0 +1,17 @@
+
+body {
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-size: 10pt;
+ line-height: 1.5;
+ margin: 0;
+}
+
+img {
+ border: thick #ccc solid;
+ margin: 0;
+}
+
+img.scale {
+ width: 96%;
+}
+