diff options
| author | Rob Hudson | 2009-08-27 14:26:33 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2009-08-27 14:26:33 -0700 | 
| commit | 23a8871b5e0fb170e33c49547746d0fa225c9f64 (patch) | |
| tree | a00150d99460e6b73572fa13c347b7a4b9c306e5 | |
| parent | bb16c58175cd89e78bc5cfba1272802d1099f8e6 (diff) | |
| download | django-debug-toolbar-23a8871b5e0fb170e33c49547746d0fa225c9f64.tar.bz2 | |
CSS adjusted to consistency of header and table spacing across panels.
| -rw-r--r-- | debug_toolbar/media/debug_toolbar/toolbar.css | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/debug_toolbar/media/debug_toolbar/toolbar.css b/debug_toolbar/media/debug_toolbar/toolbar.css index dfdb742..91b105a 100644 --- a/debug_toolbar/media/debug_toolbar/toolbar.css +++ b/debug_toolbar/media/debug_toolbar/toolbar.css @@ -190,8 +190,7 @@  #djDebug h4 {  	font-size:20px;  	font-weight:bold; -	margin-bottom:0.8em; -	margin-top:0.4em; +	margin-top:0.8em;  }  #djDebug .panelContent table { @@ -200,6 +199,7 @@  	width:100%;  	background-color:#fff;  	display:block; +	margin-top:0.8em;  }  #djDebug .panelContent tbody td,  #djDebug .panelContent tbody th { | 
