From: Tom Hughes Date: Tue, 14 Aug 2007 10:36:18 +0000 (+0000) Subject: Fix alignment of greeting in top right corner of site. X-Git-Tag: live~8192 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6af2598ad60ca0960050c586e954abb27648005c?ds=inline Fix alignment of greeting in top right corner of site. --- 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;