[Erp5-report] r12237 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 24 09:54:26 CET 2007


Author: jp
Date: Wed Jan 24 09:54:25 2007
New Revision: 12237

URL: http://svn.erp5.org?rev=12237&view=rev
Log:
Support for Web Page white page style

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=12237&r1=12236&r2=12237&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Wed Jan 24 09:54:25 2007
@@ -1100,7 +1100,19 @@
   border-left-width: 1px;\n
   border-right-width: 1px;\n
 }\n
-
+\n
+/* Web Page White Background */\n
+\n
+.document div.page {\n
+  background-color: white;\n
+  border-color: black;\n
+  border-width: 1px;\n
+  padding: 1em;\n
+}\n
+\n
+.document div.page div {\n
+  color: black;\n
+}
 
 ]]></string> </value>
         </item>




More information about the Erp5-report mailing list