[Rt-commit] r16007 - in rt/branches/3.999-DANGEROUS: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Sep 17 09:25:02 EDT 2008


Author: sunnavy
Date: Wed Sep 17 09:25:01 2008
New Revision: 16007

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/web/static/css/boxes.css
   rt/branches/3.999-DANGEROUS/share/web/static/css/layout.css

Log:
 r16753 at sunnavys-mb:  sunnavy | 2008-09-17 21:24:26 +0800
 use relative paths since css is not mason anymore


Modified: rt/branches/3.999-DANGEROUS/share/web/static/css/boxes.css
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/web/static/css/boxes.css	(original)
+++ rt/branches/3.999-DANGEROUS/share/web/static/css/boxes.css	Wed Sep 17 09:25:01 2008
@@ -122,7 +122,7 @@
   padding-top: 0.5em;
   width: 20px;
 
-  background: url(<%RT->config->get('WebPath')%>/NoAuth/images//css/rollup-arrow.gif) no-repeat center center;
+  background: url(../../NoAuth/images/css/rollup-arrow.gif) no-repeat center center;
   margin: 0;
   text-indent: -9999px;
 
@@ -140,5 +140,5 @@
 }
 
 .titlebox.rolled-up .titlebox-title .widget a {
-    background-image: url(<%RT->config->get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif);
+    background-image: url(../../NoAuth/images/css/rolldown-arrow.gif);
 }

Modified: rt/branches/3.999-DANGEROUS/share/web/static/css/layout.css
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/web/static/css/layout.css	(original)
+++ rt/branches/3.999-DANGEROUS/share/web/static/css/layout.css	Wed Sep 17 09:25:01 2008
@@ -6,7 +6,7 @@
     padding:0;
     margin:0;
 
-    background: #547CCC url(/NoAuth/css/web2/images/background-gradient.png) top left repeat-x ;
+    background: #547CCC url(../../NoAuth/css/web2/images/background-gradient.png) top left repeat-x ;
     font-family: helvetica, arial, sans-serif;
 
 }
@@ -104,7 +104,7 @@
 
 div#footer #bpscredits {
  text-align: right;
- background: url(<%RT->config->get('WebPath')%>/NoAuth/images//bplogo.gif) no-repeat top right;
+ background: url(../../NoAuth/images/bplogo.gif) no-repeat top right;
  padding-top: 4em;
 } 
 


More information about the Rt-commit mailing list