[tor-commits] r24941: {website} revert part of r24939, resizing the image is easy I used the (in website/trunk: css images)

Damian Johnson atagar1 at gmail.com
Thu Aug 4 15:18:20 UTC 2011


Author: atagar
Date: 2011-08-04 15:18:19 +0000 (Thu, 04 Aug 2011)
New Revision: 24941

Added:
   website/trunk/images/tor-logo_small.jpg
Modified:
   website/trunk/css/layout.css
Log:
revert part of r24939, resizing the image is easy

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.



Modified: website/trunk/css/layout.css
===================================================================
--- website/trunk/css/layout.css	2011-08-04 03:18:37 UTC (rev 24940)
+++ website/trunk/css/layout.css	2011-08-04 15:18:19 UTC (rev 24941)
@@ -43,7 +43,7 @@
 
 	h1#logo a,
 	h1#logo a:visited {
-		background: url(../images/tor-logo_low_resolution.jpg) left top no-repeat;
+		background: url(../images/tor-logo_small.jpg) left top no-repeat;
 		text-indent: -9999px;
 		overflow: hidden;
 		width: 150px;

Added: website/trunk/images/tor-logo_small.jpg
===================================================================
(Binary files differ)


Property changes on: website/trunk/images/tor-logo_small.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the tor-commits mailing list