summaryrefslogtreecommitdiffstats
path: root/media/css/nav.css
blob: 1c97c51e08b3e009e998b5a183c8abded810d299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
div#nav {
	position:fixed;
	width: 12em;
	background: rgb(153, 153, 153);
	margin-top: 0px;
	margin-left: 120px;
	border-top: thin black solid;
}

div#content {
	padding-left:240px;
}