diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-06-20 18:18:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-06-20 18:18:37 +0000 |
commit | 2ad561af1f396b60de9d82cca72848f0b01108d8 (patch) | |
tree | d9b6cb0e6cb0b2fa676321402a10fc0b374c84b9 /misc | |
parent | e57faf219274c3802fef3831be18f15961035b05 (diff) | |
download | brdo-2ad561af1f396b60de9d82cca72848f0b01108d8.tar.gz brdo-2ad561af1f396b60de9d82cca72848f0b01108d8.tar.bz2 |
- Some CSS improvements. Patch #23 by Al.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/admin.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/admin.css b/misc/admin.css index 14f9b3466..199b85ead 100644 --- a/misc/admin.css +++ b/misc/admin.css @@ -22,7 +22,7 @@ h2 { font-weight: bold; color: #006; margin: 0; - padding: 0 0 0.5em 0; + padding: 0.5em 0 0 0; } h3 { font-size: 1.2em; @@ -56,6 +56,9 @@ dt { dd { margin-bottom: 0.5em; } +code, pre { + font-size: 12px; +} #menu { position: absolute; left: 0px; |