themes/openwrt.org: don't make background fixed, causes huge performance penalties...
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 17 Jan 2009 13:30:41 +0000 (13:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 17 Jan 2009 13:30:41 +0000 (13:30 +0000)
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index 8aea909..7fb7fc8 100644 (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;
 }