htdocs/style.css
author Anders Bergh <anders1@gmail.com>
Mon, 17 Dec 2007 07:42:04 +0100
changeset 10 740601aa36e5
parent 5 f29a43ca4760
permissions -rw-r--r--
merge (???)

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;
}