diff --git a/less/scaffolding.less b/less/scaffolding.less index 529ab65..1bf3d39 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -16,6 +16,8 @@ body{ line-height: 22px; margin: 0; position : relative; + -webkit-backface-visibility: hidden; + -webkit-font-smoothing: antialiased; } a{ text-decoration: none; } @@ -178,4 +180,4 @@ a{ text-decoration: none; } background: @whiteLight; border-top: 1px solid @grayLighter; } -#copyright{ border-top: 1px solid @grayLighter; } \ No newline at end of file +#copyright{ border-top: 1px solid @grayLighter; }