diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-02-27 23:47:26 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-02-27 23:47:26 +0000 |
commit | 9d0c8efc42c1cc49be25d87229d6dcc9823318cf (patch) | |
tree | 6ae7f09cd498b6d35706383a581b4f4aabc7b76a | |
parent | 0b7cecd5b694b1937c29c7ea2ca996f1137c3efc (diff) | |
download | brdo-9d0c8efc42c1cc49be25d87229d6dcc9823318cf.tar.gz brdo-9d0c8efc42c1cc49be25d87229d6dcc9823318cf.tar.bz2 |
- More improvements.
-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 af0b27087..71623914a 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -7,7 +7,7 @@ body { width: 100%; } body, td, tr { - font-size: 90%; + font-size: 93%; } h1 { font-size: 1.2em; @@ -48,11 +48,14 @@ img { .menu logo { vertical-align: bottom; float: left; + width: 30%; } .menu #links { + white-space: nowrap; text-align: right; float: right; color: #9cf; + width: 60%; } .menu #links #primary { font-size: 1.1em; @@ -150,7 +153,7 @@ table .comment { .comment .new { text-align: right; font-weight: bold; - font-size: 0.7em; + font-size: 0.8em; float: right; color: red; } |