From: Jo-Philipp Wich Date: Wed, 16 Jul 2008 03:13:37 +0000 (+0000) Subject: * luci/themes/openwrt.org: replace header image with optimized png (saves ~60k) X-Git-Tag: 0.8.0~647 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=52a063cc5c9509ed95c618086a5aacde90af447c * luci/themes/openwrt.org: replace header image with optimized png (saves ~60k) --- 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 f0cd1e0c9..2ca2cb4f6 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -39,7 +39,7 @@ div#content ul { #header { min-height: 98px; - background-image: url(header.jpg); + background-image: url(header.png); background-repeat: no-repeat; background-position: left center; background-color: #557788; diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/header.jpg b/themes/openwrt.org/htdocs/luci-static/openwrt.org/header.jpg deleted file mode 100644 index b27d42b9a..000000000 Binary files a/themes/openwrt.org/htdocs/luci-static/openwrt.org/header.jpg and /dev/null differ diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/header.png b/themes/openwrt.org/htdocs/luci-static/openwrt.org/header.png new file mode 100644 index 000000000..5a7c9a10d Binary files /dev/null and b/themes/openwrt.org/htdocs/luci-static/openwrt.org/header.png differ