Move assets to seperate subfolders

This commit is contained in:
Frederic Guillot
2015-01-25 13:09:54 -05:00
parent 0812ceedde
commit 746a3f8d23
44 changed files with 717 additions and 1414 deletions

View File

@@ -0,0 +1,28 @@
/* sidebar */
.sidebar-container {
margin-top: 30px;
position: relative;
}
.sidebar-content {
margin-left: 280px;
}
.sidebar {
position: absolute;
left: 0px;
top: 0;
max-width: 250px;
min-width: 200px;
padding: 10px;
padding-top: 0;
border: 1px solid #ddd;
background: #fdfdfd;
border-radius: 5px;
}
.sidebar li {
list-style-type: square;
margin-left: 30px;
line-height: 1.8em;
}