Author: ilya_shaikovsky
Date: 2008-05-22 12:47:14 -0400 (Thu, 22 May 2008)
New Revision: 8712
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
Log:
bgcolor problem fixed.
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2008-05-22
16:46:30 UTC (rev 8711)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/usage.xhtml 2008-05-22
16:47:14 UTC (rev 8712)
@@ -9,14 +9,13 @@
<ui:define name="sample">
<style type="text/css">
- .viewcodeexamplepanel {
+ .viewcodeexamplepanel1 {
padding:10px;
- width:100%;
overflow:auto;
border-width:0;
background-color:#FFFFFF;
}
- .viewsourcebody {
+ .viewsourcebody1 {
padding:0;
}
</style>
@@ -39,7 +38,7 @@
<fieldset class="demo_fieldset">
<legend class="demo_legend">Code Example</legend>
- <rich:panel styleClass="viewcodeexamplepanel"
bodyClass="viewsourcebody rich-laguna-panel-no-header">
+ <rich:panel styleClass="viewcodeexamplepanel1"
bodyClass="viewsourcebody1 rich-laguna-panel-no-header">
<rich:insert src="/richfaces/form/snippets/commandLinkProblem.xhtml"
highlight="xhtml"/>
</rich:panel>
</fieldset>