Merge pull request #3509 from awesomerobot/master

improving the font-rendering issue caused by css transitions in safari
This commit is contained in:
Jeff Atwood 2015-05-28 19:49:39 -07:00
commit 5b22fedbb1
1 changed files with 2 additions and 1 deletions

View File

@ -725,6 +725,7 @@ $topic-avatar-width: 45px;
.posts-wrapper {
position: relative;
-webkit-font-smoothing: subpixel-antialiased;
}
.dropdown {