diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-03-03 22:13:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-03-03 22:13:59 +0000 |
commit | 704dd81b3292916beb0037f3bf53f2f3b7f4e536 (patch) | |
tree | 9f8a2a2c5eb4d35ce41e4f5a9035d3588ea9d6b2 | |
parent | 3f90aff045838276fcf6931b798a76677be5bd27 (diff) | |
download | brdo-704dd81b3292916beb0037f3bf53f2f3b7f4e536.tar.gz brdo-704dd81b3292916beb0037f3bf53f2f3b7f4e536.tar.bz2 |
- Fix by Michael; see mailing list archives. Better now?
-rw-r--r-- | themes/xtemplate/xtemplate.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 71623914a..0d5020921 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -6,8 +6,8 @@ body { font-family: verdana, arial, helvetica, sans-serif; width: 100%; } -body, td, tr { - font-size: 93%; +body { + font-size: 85%; } h1 { font-size: 1.2em; @@ -103,6 +103,9 @@ img { padding: 15px 10px 5px 10px; font-size: .7em; } +table { + font-size: 1em; +} table .node { padding-bottom: 25px; } |