git-subtree-dir: yesod-examples git-subtree-mainline:2dc10de435git-subtree-split:851f928e55
12 lines
135 B
CSS
12 lines
135 B
CSS
#navbar {
|
|
width: 100px;
|
|
float: left;
|
|
background: #eee;
|
|
padding: 1em;
|
|
list-style: none;
|
|
}
|
|
|
|
#content {
|
|
margin-left: 230px;
|
|
}
|