Commit 37f20420 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Support for Web Page white page style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12237 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 53754dc8
......@@ -1100,7 +1100,19 @@ fieldset.bottom .field .input {\n
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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment