Quick fix to make custom site logos work better.

This commit is contained in:
Samantha Doherty 2011-08-26 15:35:00 -04:00
parent 2601b57505
commit 41f06d96d4
5 changed files with 11 additions and 11 deletions

View File

@ -12,8 +12,8 @@
}
address {
width: auto;
left: 0px;
margin: 1px 0 0;
height: 24px;
}
address img {

View File

@ -176,15 +176,19 @@ option {
address {
float: left;
position: relative;
top: 1px;
left: 2px;
margin: 0px;
margin: -2px 0 3px 0;
padding: 0px;
height: 24px;
width: 148px;
z-index: 99;
}
address a, address img {
display: block;
}
address img {
max-width: 158px;
}
address img + .fn {
display: none;
}

View File

@ -26,10 +26,6 @@ body {
padding-top: 7px;
}
address {
left: 5px;
}
#site_nav_global_primary {
top: 0px;
right: -14px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB