From 6af2598ad60ca0960050c586e954abb27648005c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 14 Aug 2007 10:36:18 +0000 Subject: [PATCH] Fix alignment of greeting in top right corner of site. --- public/stylesheets/site.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 3d0da2369..164941b2e 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -65,10 +65,12 @@ body { #greeting { float: right; + height: 20px; + margin: 0px; padding-right: 10px; - padding-top: 2px; - padding-bottom: 3px; + padding-top: 5px; font-size: 13px; + line-height: 14px; background: url('/images/tab_bottom.gif') repeat-x bottom; } @@ -257,7 +259,7 @@ hides rule from IE5-Mac \*/ #tabnav { height: 20px; - margin: 0; + margin: 0px; padding-left: 215px; padding-top: 5px; background: url('/images/tab_bottom.gif') repeat-x bottom; -- 2.43.2