[richfaces-svn-commits] JBoss Rich Faces SVN: r5361 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 14 13:51:48 EST 2008


Author: artdaw
Date: 2008-01-14 13:51:48 -0500 (Mon, 14 Jan 2008)
New Revision: 5361

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
Log:
http://jira.jboss.com/jira/browse/RF-920 - add CSS role to the example

Modified: trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml	2008-01-14 18:00:54 UTC (rev 5360)
+++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml	2008-01-14 18:51:48 UTC (rev 5361)
@@ -117,14 +117,15 @@
     <para>
       <emphasis role="bold">Example:</emphasis>
     </para>
+    <programlisting role="CSS"><![CDATA[...
+<style>
+    .odd {
+          background-color: #FFC;
+    }
+</style>
+...]]></programlisting>
+    
     <programlisting role="XML"><![CDATA[...
-    <style>
-        .odd {
-                background-color: #FFC;
-        }
-    </style>
-    ...
-
     <rich:table id="customList" ...>
         ...
     </rich:table>




More information about the richfaces-svn-commits mailing list