[website] 02/04: Use relative URLs for images.

Bas Couwenberg sebastic at xs4all.nl
Mon Feb 17 22:41:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 17df8140d486a390fc179de42c2bc9b1dbf6c655
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Feb 17 23:33:00 2014 +0100

    Use relative URLs for images.
---
 policy.css | 10 +++++-----
 policy.xml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/policy.css b/policy.css
index 2c84a9e..71d74bc 100644
--- a/policy.css
+++ b/policy.css
@@ -9,19 +9,19 @@
 }
 
 .caution {
-	background-image:	url("/img/admon-caution.png");
+	background-image:	url("img/admon-caution.png");
 }
 .important {
-	background-image:	url("/img/admon-important.png");
+	background-image:	url("img/admon-important.png");
 }
 .note {
-	background-image:	url("/img/admon-note.png");
+	background-image:	url("img/admon-note.png");
 }
 .tip {
-	background-image:	url("/img/admon-tip.png");
+	background-image:	url("img/admon-tip.png");
 }
 .warning {
-	background-image:	url("/img/admon-warning.png");
+	background-image:	url("img/admon-warning.png");
 }
 
 .caution,
diff --git a/policy.xml b/policy.xml
index 1f2000c..b3249fe 100644
--- a/policy.xml
+++ b/policy.xml
@@ -42,7 +42,7 @@
       <title>Debian GIS</title>
     </objectinfo>
     <imageobject>
-      <imagedata fileref="/img/debiangis_mollweide.png" format="PNG" align="center" />
+      <imagedata fileref="img/debiangis_mollweide.png" format="PNG" align="center" />
     </imageobject>
   </mediaobject>
   <sect1 id="introduction">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/website.git



More information about the Pkg-grass-devel mailing list