mirror of
https://github.com/correl/codereview.git
synced 2024-12-18 03:00:08 +00:00
Got rid of the navigation background colors
This commit is contained in:
parent
223cc9aee6
commit
0ff44c3381
2 changed files with 9 additions and 2 deletions
|
@ -16,5 +16,14 @@
|
|||
"type": 0,
|
||||
"name": "MTG"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 3,
|
||||
"model": "dashboard.repository",
|
||||
"fields": {
|
||||
"path": "/srv/git/codereview.git",
|
||||
"type": 0,
|
||||
"name": "CodeReview"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -8,12 +8,10 @@ a {
|
|||
div.navigation {
|
||||
width: 300px;
|
||||
float: left;
|
||||
background-color: #ddd;
|
||||
overflow: hidden;
|
||||
}
|
||||
div.content {
|
||||
margin-left: 300px;
|
||||
background-color: #eee;
|
||||
}
|
||||
ul.tree li.dir {
|
||||
list-style-type: circle;
|
||||
|
|
Loading…
Reference in a new issue