view hardcopy.css @ 420:e9f6e242c4b9

Define some more SQL field lengths.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 19:10:52 +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;
}