expoweb/troggle/media/css/nav.css
cucc bc509a19b1 [svn r8334] Improve registration system.
Add jquery fade effects and quick search.
2009-05-10 07:23:55 +02:00

12 lines
194 B
CSS

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