view examples/css/hardcopy.css @ 1020:2a259e243350

Don't use a HTML table for the votekeys.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Nov 2015 19:22:11 +0200
parents 392d0fd006cd
children ed9270f65a37
line wrap: on
line source

body {
	font-family: monospace;
	font-size: 12pt;
	color: black;
	margin: 0;
	padding: 0;
}

div.votekeys {
	margin: 0;
	padding: 0;
}

div.votekey {
	display: inline-block;
	text-align: center;
	border: 1pt dashed black;
	padding: 0.75em;
	margin: 0;
}

div.votekey span.keyid {
	font-weight: bold;
}