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

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

Revision 1.2, Mon Mar 28 00:33:28 2016 UTC (8 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.1: +0 -1 lines

Drop font-size setting, it's not far off browser defaults anyway, blows up
the tt/pre text size a bit too much making things look unbalanced (discussed
with tb@ tj@), and forcing it here isn't so good for people who override
defaults (deraadt@ didn't like this).  ok tb@

body {
	margin: 40px auto;
	max-width: 900px;
	line-height: 1.6;
	color: #111;
	padding: 0 10px;
}

h1,h2,h3 {
	line-height: 1.2;
}