Fix alignment of greeting in top right corner of site.
This commit is contained in:
parent
bea82b27ba
commit
6af2598ad6
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue