revert part of r24933, the new size logo doesn't look right compared to

the rest of the images.  jeremy will look into keeping the image tiny
and sized correctly.
This commit is contained in:
Andrew Lewman 2011-08-04 03:13:52 +00:00
parent 534aa8f0c7
commit e381131953

View File

@ -43,10 +43,10 @@ body {
h1#logo a,
h1#logo a:visited {
background: url(../images/tor-logo.jpg) left top no-repeat;
background: url(../images/tor-logo_low_resolution.jpg) left top no-repeat;
text-indent: -9999px;
overflow: hidden;
width: 160px;
width: 150px;
height: 97px;
display: block;
}