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.
Andrew Lewman

Andrew Lewman commited on 2011-08-04 05:13:52
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

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