aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media/toolbar.css
diff options
context:
space:
mode:
authorRob Hudson2009-03-21 10:17:54 -0700
committerRob Hudson2009-03-21 10:17:54 -0700
commit3faace8b4fe7fbf0af7998340ce684d462ab0a9c (patch)
treeee77c1717530f6d2237fe8340541f14011036bd5 /debug_toolbar/media/toolbar.css
parent4f680980f9987063c663e46ab190c7aeba552ac7 (diff)
downloaddjango-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.css16
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;
}