From 2ea62a9669eb797b5bca8bb80d750bdb5c7aab37 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 18 Feb 2009 15:44:47 +1100 Subject: 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 --- debug_toolbar/media/toolbar.css | 1 + 1 file changed, 1 insertion(+) (limited to 'debug_toolbar/media/toolbar.css') 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; -- cgit v1.2.3