From jbosstools-commits at lists.jboss.org Thu Sep 17 11:43:17 2009 Content-Type: multipart/mixed; boundary="===============3507466346703546248==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r17637 - trunk/jsf/docs/userguide/en/modules. Date: Thu, 17 Sep 2009 11:43:17 -0400 Message-ID: <200909171543.n8HFhHTJ013664@svn01.web.mwc.hst.phx2.redhat.com> --===============3507466346703546248== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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:

https://jira.jboss.org/jira/browse/JBDS-864 - Updated the CSS Perspectiv= e chapter with the info about supporting editing style sheets being inserte= d in any of possible places.

Modified: trunk/jsf/docs/userguide/en/modules/css_perspective.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jsf/docs/userguide/en/modules/css_perspective.xml 2009-09-17 15:4= 2:04 UTC (rev 17636) +++ trunk/jsf/docs/userguide/en/modules/css_perspective.xml 2009-09-17 15:4= 3: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 Win= dow >Open Perspective> CSS Editing .All of the views are fully synchronized with each other:the chang= es being made in one view are reflected in othes at once. - In CSS Editing Perspective you can change your css file in thre= e ways: + As you know, there are three ways of inserting a style sheet: + = + External style sheet (.css file) + + Internal style sheet (using the <style> tag in the head section of an HTML/XH= TML/JSP page) + + Inline style (using style attribute) + + + Using CSS Editing Perspective you can change your style sheet, + inserted in any of the possible places described before, in three = ways: + - directly in your CSS Editor + directly in your Editor --===============3507466346703546248==--