summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-01-17 13:30:41 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-01-17 13:30:41 +0000
commitd361c24da419470189552c2967f577d598e9aea5 (patch)
treee69985ec420084c626832c77487f3aad3d25eb2b
parent9afa5d94d70011518dc246d4ea0c4b8adaced7f3 (diff)
themes/openwrt.org: don't make background fixed, causes huge performance penalties on some gpus
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css1
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;
}