[seam-commits] Seam SVN: r9631 - in trunk/examples/excel/view: css and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Nov 24 18:06:55 EST 2008


Author: danielc.roth
Date: 2008-11-24 18:06:55 -0500 (Mon, 24 Nov 2008)
New Revision: 9631

Modified:
   trunk/examples/excel/view/css/screen.css
   trunk/examples/excel/view/home.xhtml
Log:
JBSEAM-3735

Modified: trunk/examples/excel/view/css/screen.css
===================================================================
--- trunk/examples/excel/view/css/screen.css	2008-11-24 19:58:26 UTC (rev 9630)
+++ trunk/examples/excel/view/css/screen.css	2008-11-24 23:06:55 UTC (rev 9631)
@@ -40,4 +40,8 @@
 
 .subheader {
 	font-size: 14px;
+}
+
+.plain {
+	font-size: 12px;
 }
\ No newline at end of file

Modified: trunk/examples/excel/view/home.xhtml
===================================================================
--- trunk/examples/excel/view/home.xhtml	2008-11-24 19:58:26 UTC (rev 9630)
+++ trunk/examples/excel/view/home.xhtml	2008-11-24 23:06:55 UTC (rev 9631)
@@ -86,6 +86,8 @@
 	<br />
 
 	<h:outputText value="Repeat and inline value" styleClass="subheader"></h:outputText>
+	<br/>
+	<h:outputText value="(Shows that you can use ui:repeat inside a cell.)" styleClass="plain"></h:outputText>
 	<br />
 
 	<h:outputLink value="repeat.seam">




More information about the seam-commits mailing list