From 0534fb43302035c980e5cd1b5da1021f5d83de2d Mon Sep 17 00:00:00 2001 From: Chao Man Date: Thu, 26 Mar 2015 00:56:23 +1100 Subject: [PATCH] Fixed scrolling performance issues on Webkit based browsers. (Opera, Chrome, Safari) Update theme.less Rebased and added markus101's changes. --- src/UI/Content/theme.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/UI/Content/theme.less b/src/UI/Content/theme.less index b1f80f504..89507ba40 100644 --- a/src/UI/Content/theme.less +++ b/src/UI/Content/theme.less @@ -125,9 +125,9 @@ a, .btn { } body { - background : url('../Content/Images/background/logo.png') 50px center no-repeat fixed, #272727; - - margin-bottom : 100px; + background : url('../Content/Images/background/logo.png') 50px 75px no-repeat; + background-color : #272727; + margin-bottom : 100px; p { font-size : 0.9em; } @@ -297,4 +297,4 @@ dl.info { .pull-right(); position : relative; width : 0px; -} \ No newline at end of file +}