forked from expo/troggle
10 lines
158 B
CSS
10 lines
158 B
CSS
|
div#nav {
|
||
|
width: 12em;
|
||
|
float: left;
|
||
|
width: 12em;
|
||
|
background: #EBEBEB;
|
||
|
padding: 15px 0;
|
||
|
height:100%
|
||
|
}
|
||
|
|
||
|
div#content { style="margin-left:13em"}
|