mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-24 08:11:55 +00:00
9 lines
146 B
CSS
9 lines
146 B
CSS
div#nav {
|
|
width: 12em;
|
|
float: left;
|
|
background: rgb(153, 153, 153);
|
|
padding: 15px 0;
|
|
height:100%
|
|
}
|
|
|
|
div#content { margin-left:13em } |