[jbosstools-commits] JBoss Tools SVN: r17637 - trunk/jsf/docs/userguide/en/modules.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Sep 17 11:43:17 EDT 2009


Author: chukhutsina
Date: 2009-09-17 11:43:17 -0400 (Thu, 17 Sep 2009)
New Revision: 17637

Modified:
   trunk/jsf/docs/userguide/en/modules/css_perspective.xml
Log:
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>https://jira.jboss.org/jira/browse/JBDS-864 - Updated the CSS Perspective chapter with the info about supporting editing style sheets being inserted in any of possible places.</p>
</body></html>


Modified: trunk/jsf/docs/userguide/en/modules/css_perspective.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/css_perspective.xml	2009-09-17 15:42:04 UTC (rev 17636)
+++ trunk/jsf/docs/userguide/en/modules/css_perspective.xml	2009-09-17 15:43:17 UTC (rev 17637)
@@ -13,10 +13,21 @@
         your css files,edit them and see the results.
         To use this perspective you need to choose <emphasis><property>Window >Open Perspective> CSS Editing </property></emphasis>
         .All of the views are fully synchronized with each other:the changes being made in one view are reflected in othes at once.</para>
-    <para>In CSS Editing Perspective you can change  your css file in three ways:</para>
+    <para>As you know, there are three ways of inserting a style sheet:
+    </para>   
     <itemizedlist>
+        <listitem><para>External style sheet (.css file)</para>
+        </listitem>
+        <listitem><para>Internal style sheet (using the <emphasis><property>&lt;style&gt;</property></emphasis> tag in the head section of an HTML/XHTML/JSP page)</para>
+        </listitem>
+        <listitem><para>Inline style (using style attribute)</para>
+        </listitem>
+   </itemizedlist>
+    <para>Using CSS Editing Perspective you can change  your style sheet,
+        inserted in any of the possible places described before, in three ways:</para>
+    <itemizedlist>
         <listitem>
-            <para>directly in your CSS Editor
+            <para>directly in your Editor
             </para>
         </listitem>
         <listitem>



More information about the jbosstools-commits mailing list