/*box-shadow: 0 3px 0.4em 0 #333366;*/
background: white url(assets/background.png) no-repeat bottom center;
color: black;
+ border-left: solid 1px #ccc;
}
/* {{{ .sidebar */
.sidebar {
position: absolute;
- top: 12em;
+ top: 100px;
overflow: hidden;
width: 12em;
margin: 0;
border: none;
z-index: 100;
background: #f5f5f5;
+ border-top: solid 1px #ccc;
+ padding-top: 3em;
}
.sidebar ul, .actions ul {