Question #205139 on PHPDevShell changed:
https://answers.launchpad.net/phpdevshell/+question/205139

Greg posted a new comment:
This seems to be a Chrome bug with padding in em; if I change

#nav a {
padding: .5em;
}

to

#nav a {
padding: 5px;
}

it works again.

As Chrome is auto-upgrading, I cannot test with an older version if it's
a version 21 bug, but I never seen it before.

-- 
You received this question notification because you are a member of
PHPDevShell, which is an answer contact for PHPDevShell.

_______________________________________________
Mailing list: https://launchpad.net/~phpdevshell
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~phpdevshell
More help   : https://help.launchpad.net/ListHelp

Reply via email to