[BACK]Return to openbsd.css CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / openbsd.css (download)

Revision 1.6, Sun May 21 23:12:55 2017 UTC (7 years ago) by tb
Branch: MAIN
Changes since 1.5: +4 -0 lines

treat text inside <tt> as preformatted. avoids unfortunate linebreaks
in commands and paths.

discussed with tj

body {
	margin: 15px auto;
	color: #111;
	padding: 0 10px;
}

@media (min-width: 800px) {
	body {
		max-width: 85%;
	}
}

tt {
	white-space: pre;
}