Author: ilya_shaikovsky
Date: 2008-05-26 04:51:47 -0400 (Mon, 26 May 2008)
New Revision: 8750
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml
Log:
header shadow removed
Modified:
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml 2008-05-26
07:06:18 UTC (rev 8749)
+++
trunk/samples/richfaces-demo/src/main/webapp/templates/include/components-navigation.xhtml 2008-05-26
08:51:47 UTC (rev 8750)
@@ -7,7 +7,7 @@
<ui:composition>
<rich:panel styleClass="panel_menu"
bodyClass="rich-laguna-panel-no-header">
-<rich:panelBar selectedPanel="#{componentNavigator.currentComponent.group}"
width="100%" height="605px">
+<rich:panelBar selectedPanel="#{componentNavigator.currentComponent.group}"
width="100%" height="605px"
contentStyle="background:none;">
<rich:panelBarItem id="ajaxSupport" label="Ajax Support">
<ui:include src="/templates/include/components-group.xhtml" >
<ui:param name="components"
value="#{componentNavigator.ajaxSupport}" />