htdocs/style.css
author Anders Bergh <anders1@gmail.com>
Fri, 21 Dec 2007 09:29:05 +0100
changeset 11 664cc1efa89d
parent 5 f29a43ca4760
permissions -rw-r--r--
add gdc (but it's not really working) add llvm add dmd.conf to backup array in libphobos remove ./configure from luafilsystem

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