diff options
| author | David Cramer | 2013-04-29 12:24:01 -0700 |
|---|---|---|
| committer | David Cramer | 2013-04-29 12:24:01 -0700 |
| commit | 98c4ec3869eddf556e63880d2b36ef11013704a3 (patch) | |
| tree | e8f63757d3c0aeb0410a4e4fd39a4b0cddb44de7 /debug_toolbar/static | |
| parent | a8a585013a06b2b0b65ba512ac15def5a236353a (diff) | |
| download | django-debug-toolbar-98c4ec3869eddf556e63880d2b36ef11013704a3.tar.bz2 | |
Remove list style on stats
Diffstat (limited to 'debug_toolbar/static')
| -rw-r--r-- | debug_toolbar/static/debug_toolbar/css/toolbar.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/static/debug_toolbar/css/toolbar.css b/debug_toolbar/static/debug_toolbar/css/toolbar.css index ce29ed2..42f0f05 100644 --- a/debug_toolbar/static/debug_toolbar/css/toolbar.css +++ b/debug_toolbar/static/debug_toolbar/css/toolbar.css @@ -533,6 +533,7 @@ #djDebug .panelContent ul.stats { position: relative; + list-style-type: none; } #djDebug .panelContent ul.stats li { width: 30%; |
