Author: mathijshenquet
Date: 2010-02-22 12:06:09 +0100 (Mon, 22 Feb 2010)
New Revision: 28177

Added:
   plugins/sfDoctrineSimpleForumPlugin/.project
Modified:
   plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css
Log:
fixed urls in default.css

Added: plugins/sfDoctrineSimpleForumPlugin/.project
===================================================================
--- plugins/sfDoctrineSimpleForumPlugin/.project                                
(rev 0)
+++ plugins/sfDoctrineSimpleForumPlugin/.project        2010-02-22 11:06:09 UTC 
(rev 28177)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>sfDoctrineSimpleForumPlugin</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+       </buildSpec>
+       <natures>
+       </natures>
+</projectDescription>

Modified: plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css
===================================================================
--- plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css       
2010-02-22 11:00:09 UTC (rev 28176)
+++ plugins/sfDoctrineSimpleForumPlugin/trunk/web/css/default.css       
2010-02-22 11:06:09 UTC (rev 28177)
@@ -114,7 +114,7 @@
        padding-left:.75em;
        }               
 #crumbs li a {
-       background:url(/images/crumbs.gif) no-repeat right center;
+       background:url(../images/crumbs.gif) no-repeat right center;
        display:block;
        padding:0 15px 0 0;
        }                                                       
@@ -378,7 +378,7 @@
     border: 1px solid #c93;
     padding: 10px 12px;
     z-index: +1;
-    background: #ffc url(/images/pointer.gif) no-repeat -10px 5px;
+    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;
 }
 
 /* The pointer image is hadded by using another span */
@@ -388,7 +388,7 @@
     top: 5px;
     width: 10px;
     height: 19px;
-    background: url(/images/pointer.gif) left top no-repeat;
+    background: url(../images/pointer.gif) left top no-repeat;
 }
 input.text, input.title,
 textarea, select {

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to