troggle-unchained/media/css/nav.css

12 lines
194 B
CSS
Raw Normal View History

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