htdocs/style.css
author Anders Bergh <anders1@gmail.com>
Sun, 16 Dec 2007 21:45:22 -0800
changeset 8 f76671115809
parent 5 f29a43ca4760
permissions -rw-r--r--
Something funny happened with the web files, so I'm committing them again

body {
	font-family: Arial, Helvetica, sans-serif;
}

.term,.file {
	background: #EFEFEF;
	color: gray;
	padding: 5px;
	border: 1px solid #808080;
}

.term,.file a {
	color: gray;
}

.term,.file a:hover {
	color: black;
}

.pkg,.path {
	font-family: monospace;
	background: #EFEFEF;
}