Got rid of the navigation background colors

This commit is contained in:
Correl Roush 2010-11-22 10:04:56 -05:00
parent 223cc9aee6
commit 0ff44c3381
2 changed files with 9 additions and 2 deletions

View file

@ -16,5 +16,14 @@
"type": 0, "type": 0,
"name": "MTG" "name": "MTG"
} }
},
{
"pk": 3,
"model": "dashboard.repository",
"fields": {
"path": "/srv/git/codereview.git",
"type": 0,
"name": "CodeReview"
}
} }
] ]

View file

@ -8,12 +8,10 @@ a {
div.navigation { div.navigation {
width: 300px; width: 300px;
float: left; float: left;
background-color: #ddd;
overflow: hidden; overflow: hidden;
} }
div.content { div.content {
margin-left: 300px; margin-left: 300px;
background-color: #eee;
} }
ul.tree li.dir { ul.tree li.dir {
list-style-type: circle; list-style-type: circle;