Author: smumford
Date: 2011-02-15 01:12:33 -0500 (Tue, 15 Feb 2011)
New Revision: 5884
Modified:
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml
Log:
JBEPP-774: Changed 'Decorator Pattern' to 'Border Pattern' to avoid
confusion
Modified:
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml
===================================================================
---
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml 2011-02-15
04:07:34 UTC (rev 5883)
+++
epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/PortalDevelopment/Skinning.xml 2011-02-15
06:12:33 UTC (rev 5884)
@@ -513,7 +513,7 @@
&PRODUCT; relies heavily on CSS to create the layout and effects for the UI. Some
common techniques for customizing &PRODUCT; CSS are explained below.
</para>
<section
id="sect-Reference_Guide-Some_CSS_Techniques-Decorator_Pattern">
- <title>Decorator Pattern</title>
+ <title>Border Pattern</title>
<para>
The decorator is a pattern to create a contour or a curve around an area. In order
to achieve this effect you need to create nine cells. The
<literal>BODY</literal> is the central area that you want to decorate. The
other eight cells are distributed around the <literal>BODY</literal> cell. You
can use the width, height and background image properties to achieve any decoration effect
that you want.
</para>
Show replies by date