* luci/themes/openwrt.org: replace header image with optimized png (saves ~60k)
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 16 Jul 2008 03:13:37 +0000 (03:13 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 16 Jul 2008 03:13:37 +0000 (03:13 +0000)
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
themes/openwrt.org/htdocs/luci-static/openwrt.org/header.jpg [deleted file]
themes/openwrt.org/htdocs/luci-static/openwrt.org/header.png [new file with mode: 0644]

index f0cd1e0c9ad03d5fe295a391f45c02b50b37378e..2ca2cb4f648d0cea5d3ea19559e4fa9d3567ecd4 100644 (file)
@@ -39,7 +39,7 @@ div#content ul {
 
 #header {
        min-height: 98px;
 
 #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;
        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 (file)
index b27d42b..0000000
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 (file)
index 0000000..5a7c9a1
Binary files /dev/null and b/themes/openwrt.org/htdocs/luci-static/openwrt.org/header.png differ