view examples/css/hardcopy.css @ 733:a088d62531dc fap2012

Oops, fix printable results list.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 19 Nov 2014 00:06:44 +0200
parents 392d0fd006cd
children 2a259e243350
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;
}