view examples/css/hardcopy.css @ 1090:04495bb47dc9

Update example admin stylesheet.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Jan 2017 01:59:07 +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;
}