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,
|
"type": 0,
|
||||||
"name": "MTG"
|
"name": "MTG"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pk": 3,
|
||||||
|
"model": "dashboard.repository",
|
||||||
|
"fields": {
|
||||||
|
"path": "/srv/git/codereview.git",
|
||||||
|
"type": 0,
|
||||||
|
"name": "CodeReview"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue