From: Jo-Philipp Wich Date: Sat, 17 Jan 2009 13:30:41 +0000 (+0000) Subject: themes/openwrt.org: don't make background fixed, causes huge performance penalties... X-Git-Tag: 0.9.0~776 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=d361c24da419470189552c2967f577d598e9aea5;p=project%2Fluci.git themes/openwrt.org: don't make background fixed, causes huge performance penalties on some gpus --- diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index 8aea90999..7fb7fc873 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -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; }