Author: ilya_shaikovsky
Date: 2009-07-29 05:44:21 -0400 (Wed, 29 Jul 2009)
New Revision: 15038
Modified:
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/template.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-7174
Modified:
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/template.xhtml
===================================================================
---
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/template.xhtml 2009-07-29
09:37:23 UTC (rev 15037)
+++
branches/community/3.3.X/samples/richfaces-demo/src/main/webapp/richfaces/layouts/page/template.xhtml 2009-07-29
09:44:21 UTC (rev 15038)
@@ -32,10 +32,10 @@
<rich:layoutPanel position="top" width="100%">
<ui:include src="/richfaces/layouts/page/includes/gridtop.xhtml" />
</rich:layoutPanel>
- <rich:layoutPanel position="left" width="50%">
+ <rich:layoutPanel position="left" width="50%"
style="padding:3px;">
<ui:include src="/richfaces/layouts/page/includes/gridleft.xhtml" />
</rich:layoutPanel>
- <rich:layoutPanel position="center" width="50%">
+ <rich:layoutPanel position="center" width="50%"
style="padding:3px;">
<ui:include src="/richfaces/layouts/page/includes/gridcenter.xhtml"
/>
</rich:layoutPanel>
<rich:layoutPanel position="bottom">