You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2011/10/04 11:03:48 UTC

svn commit: r796535 - /websites/staging/rave/trunk/content/rave/documentation/custom-gui.html

Author: buildbot
Date: Tue Oct  4 09:03:48 2011
New Revision: 796535

Log:
Staging update by buildbot

Modified:
    websites/staging/rave/trunk/content/rave/documentation/custom-gui.html

Modified: websites/staging/rave/trunk/content/rave/documentation/custom-gui.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/documentation/custom-gui.html (original)
+++ websites/staging/rave/trunk/content/rave/documentation/custom-gui.html Tue Oct  4 09:03:48 2011
@@ -72,14 +72,14 @@
 <h2 id="1_get_rave">1) Get Rave</h2>
 <p>There are multiple ways to build your custom Rave instance, but the quickest is to use a Maven WAR overlay.  See <a href="rave-extensions.html">Extending Rave</a> for an example overlay.</p>
 <h2 id="2_add_css_files">2) Add CSS file(s)</h2>
-<p>Add you own CSS file(s) to the src/main/webapp/css folder of your extension portal module.</p>
+<p>Add you own CSS file(s) to the <code>src/main/webapp/css</code> folder of your extension portal module.</p>
 <h2 id="3_refer_to_the_new_css_files">3) Refer to the new CSS file(s)</h2>
 <ul>
-<li>Create a JSP tag file: src/main/webapp/WEB-INF/tags/custom_css.tag</li>
+<li>Create a JSP tag file: <code>src/main/webapp/WEB-INF/tags/custom_css.tag</code></li>
 <li>
-<p>Add a link to the stylesheet(s)</p>
+<p>Add a link to the stylesheet(s) in the custom_css.tag:</p>
 <p>&lt;%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%&gt;
-<link rel="stylesheet" href="<c:url value="/css/my_custom.css" />" /&gt;</p>
+&lt;link rel="stylesheet" href="&lt;c:url value="/css/my_custom.css" /&gt;" /&gt;</p>
 </li>
 </ul>
   </div>