view hardcopy.css @ 520:6e9d03f10328

Add transactions to voting.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Dec 2013 18:04:33 +0200
parents 9055cfa14104
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;
}