[svn r8200] CSS for use when using lefthand navigation menu. Not sure if this will be used by all templates eventually.

This commit is contained in:
aaron 2009-01-19 07:56:28 +01:00
parent 9b63d62368
commit 76469fdd42

10
troggle/media/css/nav.css Normal file
View File

@ -0,0 +1,10 @@
div#nav {
width: 12em;
float: left;
width: 12em;
background: #EBEBEB;
padding: 15px 0;
height:100%
}
div#content { style="margin-left:13em"}