Fix alignment of greeting in top right corner of site.

This commit is contained in:
Tom Hughes 2007-08-14 10:36:18 +00:00
parent bea82b27ba
commit 6af2598ad6

View file

@ -65,10 +65,12 @@ body {
#greeting { #greeting {
float: right; float: right;
height: 20px;
margin: 0px;
padding-right: 10px; padding-right: 10px;
padding-top: 2px; padding-top: 5px;
padding-bottom: 3px;
font-size: 13px; font-size: 13px;
line-height: 14px;
background: url('/images/tab_bottom.gif') repeat-x bottom; background: url('/images/tab_bottom.gif') repeat-x bottom;
} }
@ -257,7 +259,7 @@ hides rule from IE5-Mac \*/
#tabnav #tabnav
{ {
height: 20px; height: 20px;
margin: 0; margin: 0px;
padding-left: 215px; padding-left: 215px;
padding-top: 5px; padding-top: 5px;
background: url('/images/tab_bottom.gif') repeat-x bottom; background: url('/images/tab_bottom.gif') repeat-x bottom;