view examples/css/hardcopy.css @ 1092:95b74632cfe2

Rename votekeys table to userkeys, and all related variables and settings.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Jan 2017 13:38:19 +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;
}