summaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-03-02 10:19:42 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-03-02 10:19:42 +0000
commit01b268f22370725d85eec29ea147c88ff223070c (patch)
treeddeb52fb5dfcd39333323e92d56e7b140e484713 /base.css
parent285e36c3e9d4a8d487e9ed78143dbade0485107d (diff)
downloadthemes-01b268f22370725d85eec29ea147c88ff223070c.tar.gz
themes-01b268f22370725d85eec29ea147c88ff223070c.tar.bz2
themes-01b268f22370725d85eec29ea147c88ff223070c.zip
slightly increase <pre> font-size
Diffstat (limited to 'base.css')
-rw-r--r--base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/base.css b/base.css
index 164497d..34c9483 100644
--- a/base.css
+++ b/base.css
@@ -2,7 +2,7 @@
body {background:#fff; margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; width:100%;}
table.dBug_array {width:auto; border: 1px solid black; border-spacing:1px;}
-pre,pre *,code,code *,.code {font-family:monospace !important; text-align:left;}
+pre,pre *,code,code *,.code {font-family:monospace !important; text-align:left; font-size:1.1em;}
pre {overflow:auto; text-align:left;}
#footer {font:10px verdana,sans-serif; color:#999; text-align:center; clear:both;}
.norecords {font-weight:bold;}