summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rwxr-xr-xclouds/clouds.css2
-rw-r--r--ice/ice.css4
-rw-r--r--snow/snow.css2
4 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3d179d8..4f426bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=skins
PACKAGE=acf-$(APP_NAME)
-VERSION=0.1.0
+VERSION=0.1.1
WWW_DIST=\
static/alpine.jpg\
@@ -15,6 +15,8 @@ WWW_DIST=\
static/tango/16x16/devices/computer.png \
static/tango/16x16/devices/network*.png \
static/tango/16x16/apps/system-users.png \
+ static/tango/16x16/actions/list*.png \
+ static/tango/16x16/actions/document-properties.png \
ice/* \
snow/* \
clouds/*
diff --git a/clouds/clouds.css b/clouds/clouds.css
index 870423f..e24b21d 100755
--- a/clouds/clouds.css
+++ b/clouds/clouds.css
@@ -78,7 +78,7 @@ body {
#header {
width: 100%;
height: 75px;
- background-image: url("/static/alpine_inv.jpg");
+ background-image: url("../static/alpine_inv.jpg");
background-repeat: repeat-x;
/* background: #777; */
color: white;
diff --git a/ice/ice.css b/ice/ice.css
index 3a4f66e..bdaa1af 100644
--- a/ice/ice.css
+++ b/ice/ice.css
@@ -73,7 +73,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("../static/watermark.jpg");
background-repeat: no-repeat;
background-position: 400px 140px;
}
@@ -94,7 +94,7 @@ body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
- background-image: url("/static/alpine.jpg");
+ background-image: url("../static/alpine.jpg");
background-repeat: repeat-x;
border: 1px solid #ddd;
padding: 0px 0px 0px 0px;
diff --git a/snow/snow.css b/snow/snow.css
index 48ba8cb..abfc145 100644
--- a/snow/snow.css
+++ b/snow/snow.css
@@ -30,7 +30,7 @@ a:hover {
body {
- background: url("/static/alpine.jpg") no-repeat;
+ background: url("../static/alpine.jpg") no-repeat;
background-position: top center;
font-family: Arial, "Trebuchet MS",Geneva, Helvetica, sans-serif;
font-size: 90%;