aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/static
diff options
context:
space:
mode:
authorDavid Cramer2013-04-29 12:24:01 -0700
committerDavid Cramer2013-04-29 12:24:01 -0700
commit98c4ec3869eddf556e63880d2b36ef11013704a3 (patch)
treee8f63757d3c0aeb0410a4e4fd39a4b0cddb44de7 /debug_toolbar/static
parenta8a585013a06b2b0b65ba512ac15def5a236353a (diff)
downloaddjango-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.css1
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%;