view hardcopy.css @ 472:1eabbd70cd25

Add skipping button.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 22:28:23 +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;
}