[Evolvis-commits] r222: and now we know why WE DO NOT USE RELATIVE PATHS if possible, ↵ but absolute paths relative to the server docroot↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Nov 26 17:44:09 CET 2009


Author: mirabilos
Date: 2009-11-26 16:44:09 +0000 (Thu, 26 Nov 2009)
New Revision: 222

Modified:
   trunk/gforge_base/gforge-4.8.1+evolvis/debian/changelog
   trunk/gforge_base/gforge-4.8.1+evolvis/www/themes/css/evolvis.css
Log:
and now we know why WE DO NOT USE RELATIVE PATHS if possible,
but absolute paths relative to the server docroot


Modified: trunk/gforge_base/gforge-4.8.1+evolvis/debian/changelog
===================================================================
--- trunk/gforge_base/gforge-4.8.1+evolvis/debian/changelog	2009-11-26 16:32:40 UTC (rev 221)
+++ trunk/gforge_base/gforge-4.8.1+evolvis/debian/changelog	2009-11-26 16:44:09 UTC (rev 222)
@@ -1,3 +1,9 @@
+gforge (4.8.1+evolvis-11) unstable; urgency=low
+
+  * fix relative path in css
+
+ -- Thorsten Glaser <t.glaser at tarent.de>  Thu, 26 Nov 2009 17:43:12 +0100
+
 gforge (4.8.1+evolvis-10) unstable; urgency=low
 
   * cosmetic changes (css, imagery, etc.)

Modified: trunk/gforge_base/gforge-4.8.1+evolvis/www/themes/css/evolvis.css
===================================================================
--- trunk/gforge_base/gforge-4.8.1+evolvis/www/themes/css/evolvis.css	2009-11-26 16:32:40 UTC (rev 221)
+++ trunk/gforge_base/gforge-4.8.1+evolvis/www/themes/css/evolvis.css	2009-11-26 16:44:09 UTC (rev 222)
@@ -75,7 +75,7 @@
 width:96%;
 }
 .titlebar td {
-background-image:url(images/bg-head.png);
+background-image:url(/themes/evolvis/images/bg-head.png);
 background-repeat: repeat-x;
 line-height : 1.5em;
 color : #000;
@@ -168,7 +168,7 @@
 font-weight:bold;
 }
 #page_top {
-background-image:url(images/bg-header.png);
+background-image:url(/themes/evolvis/images/bg-header.png);
 background-repeat: repeat-x;
 border : 0;
 margin : 0;
@@ -183,7 +183,7 @@
 z-index:1;
 }
 #page_top_ie {
-background-image:url(images/bg-header.png);
+background-image:url(/themes/evolvis/images/bg-header.png);
 background-repeat: repeat-x;
 border : 0;
 margin : 0;
@@ -213,7 +213,7 @@
 }
 #backimg
 {
-background-image:url(images/bg-header-logo.png);
+background-image:url(/themes/evolvis/images/bg-header-logo.png);
 background-repeat: no-repeat;
 background-position:right;
 width:250px;




More information about the evolvis-commits mailing list