From 894efb57e5e74e519708468de92166a280880c10 Mon Sep 17 00:00:00 2001 From: Musharrof Date: Sun, 6 Apr 2014 15:43:09 +0600 Subject: [PATCH] -webkit-backface-visibility: hidden; -webkit-font-smoothing: antialiased; added into body -webkit-backface-visibility: hidden; -webkit-font-smoothing: antialiased; added into body --- less/scaffolding.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }