diff options
| author | Rob Hudson | 2009-08-18 16:53:50 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-08-18 16:53:50 -0700 |
| commit | 19ac04d32c1405cabe668464b8149b525d63f026 (patch) | |
| tree | c0d5c242beb6b87ccc25892e7534fb5f025ae18c | |
| parent | 70c3ac3f98e9ff98d39c33f38fe6daa4437908e5 (diff) | |
| download | django-debug-toolbar-19ac04d32c1405cabe668464b8149b525d63f026.tar.bz2 | |
A few font size adjustments and removing declarations that have no effect.
| -rw-r--r-- | debug_toolbar/media/debug_toolbar/toolbar.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.css b/debug_toolbar/media/debug_toolbar/toolbar.css index 2a60537..6c61ac0 100644 --- a/debug_toolbar/media/debug_toolbar/toolbar.css +++ b/debug_toolbar/media/debug_toolbar/toolbar.css @@ -97,7 +97,7 @@ font-variant: small-caps; text-decoration: none; display: block; - font-size: 18px; + font-size: 16px; padding: 10px 10px 5px 25px; color: #fff; } @@ -202,11 +202,7 @@ } #djDebug .panelContent h3 { - color: #111; font-size: 24px; - line-height: 25px; - margin-top: 2px; - margin-bottom: 0.5em; font-variant: small-caps; } |
