diff options
| author | Rob Hudson | 2009-08-27 14:24:01 -0700 |
|---|---|---|
| committer | Rob Hudson | 2009-08-27 14:24:01 -0700 |
| commit | 1a7e708a7e6227eea92f8c89fccc87e368c395eb (patch) | |
| tree | 66453a82cf9d163c15a6cd3730087114dcdd2886 /debug_toolbar | |
| parent | 6256835fbf0229b430ce0b5f2d39cea040b2641f (diff) | |
| download | django-debug-toolbar-1a7e708a7e6227eea92f8c89fccc87e368c395eb.tar.bz2 | |
Decrease base font size. It's increased where it needs to be elsewhere.
Diffstat (limited to 'debug_toolbar')
| -rw-r--r-- | debug_toolbar/media/debug_toolbar/toolbar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/media/debug_toolbar/toolbar.css b/debug_toolbar/media/debug_toolbar/toolbar.css index 90fe09c..7e3b59f 100644 --- a/debug_toolbar/media/debug_toolbar/toolbar.css +++ b/debug_toolbar/media/debug_toolbar/toolbar.css @@ -13,7 +13,7 @@ padding: 0; border: 0; outline: 0; - font-size: 16px; + font-size: 12px; line-height: 1.5em; color: #000; vertical-align: baseline; |
