Commit 96caebfc authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

explicitly hide mode <label> otherwise IE6 will render some bogus space for empty <label>.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28356 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa8dafc6
......@@ -289,8 +289,8 @@ div.main_content div.content fieldset.header {\n
display: none;\n
}\n
\n
div.subcontent-box fieldset.widget legend {\n
display: none; /* Do not display legends on the right side */\n
fieldset.widget legend {\n
display: none; /* Do not display legends on widgets */\n
}\n
\n
fieldset.widget > div.field > label {\n
......
113
\ No newline at end of file
114
\ 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