Author: cluts
Date: 2008-07-18 08:11:23 -0400 (Fri, 18 Jul 2008)
New Revision: 9684
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
RF-3161 - partly done for "RichFaces Architecture Overview" section.
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-07-18
12:10:24 UTC (rev 9683)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-07-18
12:11:23 UTC (rev 9684)
@@ -4333,8 +4333,8 @@
New style properties can be assigned to the selectors (the selectors listed in the
XCSS files) in two ways, which are both valid, and it'up to the developer what
way to choose. </para>
<itemizedlist>
<listitem><para>Applying a standard CSS coding approach, i.e. you can add
css properties to the given selectors are you normally do while doing CSS coding.
- The only thing, you have to keep in mind is that the selectors must me inside
- <f:verbatim> <![CDATA[ ...]]> </f:verbatim>
tags.</para>
+ The only thing, you have to keep in mind is that the selectors must be inside
+ <code><f:verbatim> <![CDATA[ ...]]>
</f:verbatim></code> tags.</para>
<para>For example </para>
@@ -4355,7 +4355,7 @@
<listitem><para>
Using XCSS coding approach, the same way as XCSS files are normally formed in
RichFaces.
- The XCSS tags have to be placed outside <f:verbatim> <![CDATA[
...]]> </f:verbatim> tags.
+ The XCSS tags have to be placed outside <code><f:verbatim>
<![CDATA[ ...]]> </f:verbatim></code> tags.
</para>
Show replies by date