Fixed scrolling performance issues on Webkit based browsers. (Opera, Chrome, Safari)

Update theme.less

Rebased and added markus101's changes.
This commit is contained in:
Chao Man 2015-03-26 00:56:23 +11:00
parent 6ab629ea98
commit 0534fb4330
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}