From 0ff44c338124e19a1051df010cdfa1396c786158 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Mon, 22 Nov 2010 10:04:56 -0500 Subject: [PATCH] Got rid of the navigation background colors --- dashboard/fixtures/localrepos.json | 9 +++++++++ media/default.css | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dashboard/fixtures/localrepos.json b/dashboard/fixtures/localrepos.json index f8a43ef..f15b58e 100644 --- a/dashboard/fixtures/localrepos.json +++ b/dashboard/fixtures/localrepos.json @@ -16,5 +16,14 @@ "type": 0, "name": "MTG" } + }, + { + "pk": 3, + "model": "dashboard.repository", + "fields": { + "path": "/srv/git/codereview.git", + "type": 0, + "name": "CodeReview" + } } ] diff --git a/media/default.css b/media/default.css index d5dc724..89d61bb 100644 --- a/media/default.css +++ b/media/default.css @@ -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;