view examples/css/hardcopy.css @ 1064:755c1acae3f3

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Nov 2016 03:31:10 +0200
parents 2a259e243350
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;
}