revert part of r24939, resizing the image is easy
Damian Johnson

Damian Johnson commited on 2011-08-04 17:18:19
Zeige 2 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


I used the larger image because it looked fine and didn't alter the layout of
the page. If the size is really a concern then that's trivial to fix - this
makes it the same size as the low resolution version. As for the other concerns
mentioned in ticket 3682...

- The file size difference is tiny. If you really care about sizes that much
  then we should run an optimizer on the site to remove unnecessary whitespace
  in the html. Btw, the file size of this small version is 4.5 KB (vs 4.9 with
  the big version and 4.0 with the low resolution).

- It's simple to lighten the image if that looks better to you. In Gimp just go
  to "Colors > Brightness-Contrast..." to make it match the old version.


... ...
@@ -43,7 +43,7 @@ body {
43 43
 
44 44
 	h1#logo a,
45 45
 	h1#logo a:visited {
46
-		background: url(../images/tor-logo_low_resolution.jpg) left top no-repeat;
46
+		background: url(../images/tor-logo_small.jpg) left top no-repeat;
47 47
 		text-indent: -9999px;
48 48
 		overflow: hidden;
49 49
 		width: 150px;