diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-17 13:30:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-17 13:30:41 +0000 |
commit | d361c24da419470189552c2967f577d598e9aea5 (patch) | |
tree | e69985ec420084c626832c77487f3aad3d25eb2b /themes | |
parent | 9afa5d94d70011518dc246d4ea0c4b8adaced7f3 (diff) |
themes/openwrt.org: don't make background fixed, causes huge performance penalties on some gpus
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |