view hardcopy.css @ 96:9959a8075aad

Add stylesheet for hardcopy prints.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Oct 2013 20:29:46 +0300
parents
children 9055cfa14104
line wrap: on
line source

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;
}