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

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

Revision 1.9, Thu Oct 4 12:20:37 2018 UTC (5 years, 7 months ago) by tb
Branch: MAIN
Changes since 1.8: +4 -0 lines

prevent line wrapping inside <code> blocks.

discussed with tj and bentley

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

code {
	white-space: nowrap;
}

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

tt {
	white-space: pre;
}

.cmdbox {
	background: #f5f5f5;
	border: 1px solid #aaa;
	overflow: auto;
	padding: 10px;
}

#OpenBSD {
	color: #e00000;
}

#OpenBSD :link i {
	color: #0000ff;
}

#OpenBSD :link b {
	color: #000084;
}

#OpenBSD small {
	font-weight: normal;
	float: right;
}