Replacing low resolution tor logo with higher resolution version
Damian Johnson

Damian Johnson commited on 2011-08-02 04:04:16
Zeige 3 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


The tor logo in the upper left is a low quality version (solid color onion
stem, no anti-aliasing, etc). This looks really bad and I suggested this
replacement months back but didn't get any feedback so gonna try 'moving the
cheese' to see if anyone screams.


... ...
@@ -46,7 +46,7 @@ body {
46 46
 		background: url(../images/tor-logo.jpg) left top no-repeat;
47 47
 		text-indent: -9999px;
48 48
 		overflow: hidden;
49
-		width: 150px;
49
+		width: 160px;
50 50
 		height: 97px;
51 51
 		display: block;
52 52
 	}