Author: Jonathan.Wage
Date: 2010-01-13 21:45:38 +0100 (Wed, 13 Jan 2010)
New Revision: 26582

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css
Log:
[1.4][sfSympalPlugin][1.0] Fixing 404 error in css background image


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css  
    2010-01-13 20:33:23 UTC (rev 26581)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/admin.css  
    2010-01-13 20:45:38 UTC (rev 26582)
@@ -34,7 +34,7 @@
 }
 
 html {
-       background:                   #000000 url(../images/backplate.jpg) 
no-repeat top center;
+       background: #000000;
        margin-top: 20px;
 }
 
@@ -48,36 +48,35 @@
 }
 
 h1 {
-  color:                        #11A8FF;
-  font-size:                    22px;
-  padding:                      0;
-  margin:                       0;
+  color: #11A8FF;
+  font-size: 22px;
+  padding: 0;
+  margin: 0;
   margin-bottom: 10px;
 }
 
 h2 {
-  color:                        #DA8915;
-  font-size:                    18px;
+  color: #DA8915;
+  font-size: 18px;
 }
 
 h3 {
-  color:                        #3278B6;
-  font-size:                    14px;
+  color: #3278B6;
+  font-size: 14px;
 }
 
 #container {
-  z-index:                                                        0;
-  background-color:             #FFFFFF;
-  margin:                       0 auto;
-  padding:                      0;
-  width:                        96%;
+  z-index: 0;
+  background-color: #FFFFFF;
+  margin: 0 auto;
+  padding: 0;
+  width: 96%;
 }
 
 #content {
-  margin:                       0;
-  
-  padding:                      20px;
-  background:                   url(../images/content_header.gif) no-repeat 
top center;  
+  margin: 0;
+  padding: 20px;
+  background: url(../images/content_header.gif) no-repeat top center;  
   background-color: #fff;
   min-height: 400px;
   position: relative;

-- 
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