diff options
| author | Rob Hudson | 2009-03-21 10:17:54 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-03-21 10:17:54 -0700 |
| commit | 3faace8b4fe7fbf0af7998340ce684d462ab0a9c (patch) | |
| tree | ee77c1717530f6d2237fe8340541f14011036bd5 /debug_toolbar/media/toolbar.css | |
| parent | 4f680980f9987063c663e46ab190c7aeba552ac7 (diff) | |
| download | django-debug-toolbar-3faace8b4fe7fbf0af7998340ce684d462ab0a9c.tar.bz2 | |
Reverting commit 2a839fd, "Restrict the debug toolbar to a single row of panels."
There were some issues with this commit that need to be resolved before it's added back in.
Diffstat (limited to 'debug_toolbar/media/toolbar.css')
| -rw-r--r-- | debug_toolbar/media/toolbar.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debug_toolbar/media/toolbar.css b/debug_toolbar/media/toolbar.css index c0a6e1a..9ef6dc3 100644 --- a/debug_toolbar/media/toolbar.css +++ b/debug_toolbar/media/toolbar.css @@ -79,22 +79,6 @@ border-right: 1px solid #487858; } -#djDebugMore ul { - float: right; - background: #2a5738; - display: none; -} - -#djDebugMore:hover ul { - display: block; -} - -#djDebugMore li { - display: inherit; - position: inherit; - line-height: inherit; -} - #djDebugToolbar #djDebugButton { color: #92ef3f; } |
