view hardcopy.css @ 154:9055cfa14104

Adjust hardcopy stylesheet slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Oct 2013 15:08:31 +0300
parents 9959a8075aad
children
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: 10pt;
}

table.votekeys span.keyid {
	font-weight: bold;
}