changeset 96:9959a8075aad

Add stylesheet for hardcopy prints.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Oct 2013 20:29:46 +0300
parents d9de08fb5b28
children 2f3fd26babed
files hardcopy.css
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hardcopy.css	Fri Oct 18 20:29:46 2013 +0300
@@ -0,0 +1,23 @@
+body {
+	font-family: monospace;
+	font-size: 12pt;
+	color: black;
+	margin: 0px;
+	padding: 0px;
+}
+
+table.votekeys {
+	margin: 0px;
+	padding: 0px;
+}
+
+table.votekeys td {
+	text-align: center;
+	border-right: 1pt dashed black;
+	border-bottom: 1pt dashed black;
+	padding: 0.5em;
+}
+
+table.votekeys span.keyid {
+	font-weight: bold;
+}