aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media/toolbar.css
diff options
context:
space:
mode:
authorMalcolm Tredinnick2009-02-18 15:44:47 +1100
committerRob Hudson2009-03-21 08:28:48 -0700
commit2ea62a9669eb797b5bca8bb80d750bdb5c7aab37 (patch)
treee1761663a7277a82fd91520f8c93f821c87c0f6b /debug_toolbar/media/toolbar.css
parente808a3ddb946d16ab49e8553e64b65f1238f27db (diff)
downloaddjango-debug-toolbar-2ea62a9669eb797b5bca8bb80d750bdb5c7aab37.tar.bz2
Make text alignment in panels not inherit from surrounding page.
If the debug toolbar was used in a page with, e.g., YUI grids, it would inherit a "text-align:center" styling for all text. We now force the main structures to be left-aligned. Signed-off-by: Rob Hudson <rob@cogit8.org>
Diffstat (limited to 'debug_toolbar/media/toolbar.css')
-rw-r--r--debug_toolbar/media/toolbar.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/media/toolbar.css b/debug_toolbar/media/toolbar.css
index dfcbf47..3656e81 100644
--- a/debug_toolbar/media/toolbar.css
+++ b/debug_toolbar/media/toolbar.css
@@ -4,6 +4,7 @@
margin: 0;
padding: 0;
position: static;
+ text-align: left;
}
#djDebug a {
color: #f7c757;