Commit 9a372563 authored by Vincent Pelletier's avatar Vincent Pelletier

Reset float state to none when the table is present.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21215 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c71fdd03
...@@ -601,6 +601,7 @@ table.fake {\n ...@@ -601,6 +601,7 @@ table.fake {\n
\n \n
table.fake > tr > fieldset {\n table.fake > tr > fieldset {\n
display: table-cell;\n display: table-cell;\n
float: none;\n
}\n }\n
\n \n
.content .field {\n .content .field {\n
......
545 546
\ No newline at end of file \ 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