comment webkit transform hack for GPU rendering

This commit is contained in:
Sami Samhuri 2014-03-03 22:50:21 -08:00
parent 52db90b3d0
commit b98d9aae0a

View file

@ -135,7 +135,13 @@ header.primary {
}
nav {
/* Fix font rendering bugs in Safari. In this case, font weight differences
* with the #octocat's fixed position, font weight in landscape on iPhone,
* and probably other ones I hadn't discovered yet.
*/
-webkit-transform: translate3d(0, 0, 0);
padding-top: 0.5rem;
clear: left;
font-size: 1.1rem;