diff options
| author | Idan Gazit | 2009-08-12 15:19:10 +0300 |
|---|---|---|
| committer | Idan Gazit | 2009-08-12 15:19:10 +0300 |
| commit | 5f905eedd36213b88a3cb10dadaa6fd733229c3c (patch) | |
| tree | 8f806f1fe0f97c4480a9f472232156fdf2b0e700 | |
| parent | e11bfdac25d48019377f64131b78f4462e9d005f (diff) | |
| download | django-debug-toolbar-5f905eedd36213b88a3cb10dadaa6fd733229c3c.tar.bz2 | |
Panel title larger, <code> is monospaced
| -rw-r--r-- | debug_toolbar/media/debug_toolbar/toolbar.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.css b/debug_toolbar/media/debug_toolbar/toolbar.css index 7ac200c..de71ad2 100644 --- a/debug_toolbar/media/debug_toolbar/toolbar.css +++ b/debug_toolbar/media/debug_toolbar/toolbar.css @@ -170,13 +170,30 @@ #djDebug .panelContent h3 { color: #111; - font-size: 20px; + font-size: 24px; line-height: 25px; margin-top: 2px; margin-bottom: 0.5em; font-variant: small-caps; } + + +#djDebug .panelContent h4 { + font-weight: normal; +} + +#djDebug .panelContent code { + font-family: + Consolas, + Monaco, + "Bitstream Vera Sans Mono", + "Lucida Console", + monospace; + font-size: inherit; +} + + #djDebug .panelContent p { padding: 0 5px; } |
