summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rwxr-xr-xclouds/alpine_inv.jpg (renamed from static/alpine_inv.jpg)bin4354 -> 4354 bytes
-rwxr-xr-xclouds/clouds.css2
-rw-r--r--ice/alpine.jpg (renamed from static/alpine.jpg)bin4005 -> 4005 bytes
-rw-r--r--ice/ice.css4
-rw-r--r--static/watermark.jpgbin5798 -> 0 bytes
6 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 276c797..999c72b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,7 @@ PACKAGE=acf-$(APP_NAME)
VERSION=0.5.1
WWW_DIST=\
- static/alpine.jpg\
- static/alpine_inv.jpg\
static/reset.css\
- static/watermark.jpg\
static/tango/16x16/categories/applications-internet.png \
static/tango/16x16/categories/applications-system.png \
static/tango/16x16/places/start-here.png \
diff --git a/static/alpine_inv.jpg b/clouds/alpine_inv.jpg
index 6cd62c3..6cd62c3 100755
--- a/static/alpine_inv.jpg
+++ b/clouds/alpine_inv.jpg
Binary files differ
diff --git a/clouds/clouds.css b/clouds/clouds.css
index a75fa05..80d93c0 100755
--- a/clouds/clouds.css
+++ b/clouds/clouds.css
@@ -85,7 +85,7 @@ body {
#header {
width: 100%;
height: 75px;
- background-image: url("../static/alpine_inv.jpg");
+ background-image: url("alpine_inv.jpg");
background-repeat: repeat-x;
/* background: #777; */
color: white;
diff --git a/static/alpine.jpg b/ice/alpine.jpg
index c792250..c792250 100644
--- a/static/alpine.jpg
+++ b/ice/alpine.jpg
Binary files differ
diff --git a/ice/ice.css b/ice/ice.css
index 164e792..5e4dccb 100644
--- a/ice/ice.css
+++ b/ice/ice.css
@@ -88,7 +88,7 @@ body {
padding: 0px 0px 0px 0px;
font-family: Liberation Sans, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, Verdana, "Trebuchet MS", SunSans-Regular;
font-size: 12pt;
- background-image: url("../static/watermark.jpg");
+ background-image: url("watermark.jpg");
background-repeat: no-repeat;
background-position: 400px 140px;
}
@@ -109,7 +109,7 @@ body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
- background-image: url("../static/alpine.jpg");
+ background-image: url("alpine.jpg");
background-repeat: repeat-x;
border: 1px solid #ddd;
padding: 0px 0px 0px 0px;
diff --git a/static/watermark.jpg b/static/watermark.jpg
deleted file mode 100644
index e76142e..0000000
--- a/static/watermark.jpg
+++ /dev/null
Binary files differ