Commit e28e10d3 authored by Ivan Tyagov's avatar Ivan Tyagov

HTML editor needs a better blockquote CSS styling.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70719fda
......@@ -52,10 +52,19 @@ body{\n
font-size:0.7em;\n
}\n
\n
/* ERP5 Discussion Thread support */\n
blockquote {\n
background-color:#E9E9E9;\n
border:1px solid #8CACBB;\n
margin:5px;\n
padding:10px 15px;\n
\n
}\n
\n
/* add here all css you want to use inside the fck_editor.\n
In a first step we decide to use no style, in this way, the user \n
writing documentation don\'t care about the style only the content. */
writing documentation don\'t care about the style only the content. */\n
]]></string> </value>
</item>
......
1358
\ No newline at end of file
1359
\ No newline at end of file
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