LeaVerou / dabblet

An interactive CSS playground
http://dabblet.com
816 stars 147 forks source link

Some minor webkit fixes for the “Help” page #148

Closed kizu closed 12 years ago

kizu commented 12 years ago

My inner perfectionist couldn't pass by looking at those little things :)

Here is a picture showing some of them:

Here they are, the bugs

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).