fixes the logo background from getting -chopped- at the bottom when 'icons only' is selected from preferences

This commit is contained in:
Jerry Ruhe 2006-12-21 03:39:43 +00:00
parent 4fd10a230b
commit c61193929a
2 changed files with 3 additions and 1 deletions

View File

@ -422,6 +422,7 @@ body {
{ {
background-image: url(../images/firstcell-bm.png); background-image: url(../images/firstcell-bm.png);
background-repeat: no-repeat; background-repeat: no-repeat;
height:58px;
} }
.appIconTbl .appIconTbl
@ -447,7 +448,7 @@ body {
.appIconSpacer .appIconSpacer
{ {
height:38px; height:43px;
background-color: white; background-color: white;
} }

View File

@ -398,6 +398,7 @@ body {
{ {
background-image: url(../images/firstcell.png); background-image: url(../images/firstcell.png);
background-repeat: no-repeat; background-repeat: no-repeat;
height: 58px;
} }
.appIconTbl .appIconTbl