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
On Thursday, August 04, 2011 11:18:20 Damian Johnson wrote:
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
Please, stop. Jeremy is working on fixing the image. The lighter purple is the correct color. There is an open ticket to address the concerns. The 160pixel image throws off the design.
https://trac.torproject.org/projects/tor/ticket/3682#comment:1
Please, stop. Jeremy is working on fixing the image.
I saw that (Jeremy's update came afterward). The new image looks nice - bit pixelated on the edges but fine.
The 160pixel image throws off the design.
Did you look at this change? It used an image with the exact same size as the low resolution version because that was the reason you gave for reverting my change.
-Damian
tor-commits@lists.torproject.org