view website/src/site.css @ 1323:3860ed4b8552

simplify website css
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Feb 2019 05:38:38 -0700
parents c4216a583de4
children b29eefad2111
line wrap: on
line source


body {
	font-family: sans-serif;
	margin-left: 5%;
	margin-right: 5%;
}

a[href] {
	text-decoration: inherit;
}
a[href]:hover {
	text-decoration: underline;
}

[small] {
	font-size: small;
}

div[link] {
	margin: 0.5em 0;
}


div[contents] {
	margin-bottom: 1em;
}
ul {
	margin: 0;
}
[heading] {
	margin-top: 2em;
}

h4 code {
	font-size: 1.4em;
}