diff options
Diffstat (limited to 'debug_toolbar/media/toolbar.css')
| -rw-r--r-- | debug_toolbar/media/toolbar.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debug_toolbar/media/toolbar.css b/debug_toolbar/media/toolbar.css index dfcbf47..9ef6dc3 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; @@ -86,7 +87,7 @@ background-color: #ffffff; } -#djDebug tr.odd pre { +#djDebug tr.djDebugOdd pre { background-color: #eeeeee; } @@ -156,7 +157,7 @@ color: #000; vertical-align: top; } -#djDebug .panelContent table tr.odd td { +#djDebug .panelContent table tr.djDebugOdd td { background: #eee; } |
