summaryrefslogtreecommitdiffstats
path: root/media/css/nav.css
blob: 4fc7b3db4ff89c595ab2098eef0958c010d2328b (plain)
1
2
3
4
5
6
7
8
9
div#nav {
	width: 12em;
	float: left;
	background: rgb(153, 153, 153);
	padding: 15px 0;
	height:100%
}
	
div#content { margin-left:13em }