themes/openwrt.org: don't make background fixed, causes huge performance penalties on some gpus

This commit is contained in:
Jo-Philipp Wich 2009-01-17 13:30:41 +00:00
parent 9afa5d94d7
commit d361c24da4

View file

@ -7,7 +7,6 @@ body {
background-color: #4a6b7c;
background-image: url(bg.jpg);
background-position: bottom center;
background-attachment: fixed;
background-repeat: repeat-x;
color: #ffffff;
}