From 9d0c8efc42c1cc49be25d87229d6dcc9823318cf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 27 Feb 2003 23:47:26 +0000 Subject: - More improvements. --- themes/xtemplate/xtemplate.css | 7 +++++-- 1 file 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; } -- cgit v1.2.3