Update of 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war/src/webapp/css
In directory 
james.mmbase.org:/tmp/cvs-serv6184/demo.cmscontainer.org/war/src/webapp/css

Modified Files:
        landingpage.css 
Log Message:
inherit backgroundcolor


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war/src/webapp/css


Index: landingpage.css
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war/src/webapp/css/landingpage.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- landingpage.css     29 Oct 2007 16:07:33 -0000      1.2
+++ landingpage.css     21 Jul 2008 09:20:09 -0000      1.3
@@ -6,7 +6,10 @@
 
 #background
 {
-  background: #f4f4f4 url( '../gfx/bg_art.gif ') repeat-x scroll top left;
+  background-image: url('../gfx/bg_art.gif ');
+  background-repeat: repeat-x;
+  background-attachment: scroll;
+  background-position: top left; 
 }
 
 #main
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to