My inner perfectionist couldn't pass by looking at those little things :)
Here is a picture showing some of them:
I remembered that you said about the list markers that you wanted the effect shown only in Fx, so I've updated the styles adding the list-style-position: inside.
Also, there were some bugs in webkit on scroll: the top of the logo clipped and the ear of the “Q” letter stayed on place when you scrolled the page. I somehow always see such things :)
Also, I've done two minor improvements: made the clickable area of the nav links bigger and added text-rendering: optimize legibility to body, so the text would be nicer to read in webkits (Fx already uses that by default).
My inner perfectionist couldn't pass by looking at those little things :)
Here is a picture showing some of them:
I remembered that you said about the list markers that you wanted the effect shown only in Fx, so I've updated the styles adding the
list-style-position: inside
.Also, there were some bugs in webkit on scroll: the top of the logo clipped and the ear of the “Q” letter stayed on place when you scrolled the page. I somehow always see such things :)
Also, I've done two minor improvements: made the clickable area of the nav links bigger and added
text-rendering: optimize legibility
tobody
, so the text would be nicer to read in webkits (Fx already uses that by default).