anatoly techtonik <techto...@gmail.com> added the comment:

I'm +1 on both.

1) link can be a back arrow to the left of the logo. similar to google docs - 
it appears on hover next to title for opened document leading to doc list. but 
here it could be persistent and in appropriate style (grid aligned rectangle 
with blue)

still the easiest way for 1) seems to add a "<<< www.python.org" above the menu.

2) i don't know how to make the font or style of the word "Issues", I'd just 
distort the 'o' like vertical sync is lost for this letter - similar for 
typewriter error. the easiest way probably is to take pypng and randomize 
starting position of each vertical line

http://www.python.org/community/logos/



BTW, the hack with removing whitespace introduced in r88812 is not really nice.
56 #menu ul.level-one li a
57 {
58        margin-left: 0;
59 }
http://svn.python.org/view/tracker/instances/python-dev/html/style.css?annotate=88932

As you may see the logo becomes misaligned with the menu. The proper way to 
make align them and put whitespace on the left to a good use is to change 
margin-left:3% property to 1% for #logo and left:3% to 1% for 
#left-hand-navigation. Margin hack like the one above takes time to debug, so 
my reserve for today is over.

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue472>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to