[richfaces-svn-commits] JBoss Rich Faces SVN: r11974 - trunk/test-applications/jsp/src/main/webapp/styles.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 22 09:25:16 EST 2008


Author: mvitenkov
Date: 2008-12-22 09:25:15 -0500 (Mon, 22 Dec 2008)
New Revision: 11974

Modified:
   trunk/test-applications/jsp/src/main/webapp/styles/styles.css
Log:
change bgcolor for body

Modified: trunk/test-applications/jsp/src/main/webapp/styles/styles.css
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/styles/styles.css	2008-12-22 13:54:39 UTC (rev 11973)
+++ trunk/test-applications/jsp/src/main/webapp/styles/styles.css	2008-12-22 14:25:15 UTC (rev 11974)
@@ -3,7 +3,7 @@
 	float: right;
 }
 
-/*  Editor  */
+/**  Editor  */
 .EditorStyleClass {
 	
 }
@@ -275,9 +275,10 @@
 }
 
 .body {
-	background-color: purple;
+	background-color: #FFFFFF;
 }
 
 .test {
 	color: green;
+	background-image:url(/*/image.gif)
 }
\ No newline at end of file




More information about the richfaces-svn-commits mailing list