summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-05-22 11:58:20 +0000
committerMika Havela <mika.havela@gmail.com>2008-05-22 11:58:20 +0000
commit8f98f03f110c7802e641fa401109cb0e96e71b74 (patch)
tree38572398e839f68e7542487e32e106995d4e2850
parentd78d84bd746d6c2d3af1b76221775a589c3e26a0 (diff)
downloadacf-skins-8f98f03f110c7802e641fa401109cb0e96e71b74.tar.bz2
acf-skins-8f98f03f110c7802e641fa401109cb0e96e71b74.tar.xz
Bugfix - Path to images changed. Add some graphics in Makefilev0.1.1
git-svn-id: svn://svn.alpinelinux.org/acf/skins/trunk@1173 ab2d0c66-481e-0410-8bed-d214d4d58bed
-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%;