view examples/css/hardcopy.css @ 1100:ed9270f65a37

Update example CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Feb 2017 03:49:38 +0200
parents 2a259e243350
children
line wrap: on
line source

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

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

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

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