view hardcopy.css @ 105:a85f258f6beb

Move some things around and modularize the code.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Oct 2013 16:26:42 +0300
parents 9959a8075aad
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;
}