</tr>
<% end -%>
- <% unless category_help(@category).blank? -%>
- <tr class="property <%= cycle('even', 'odd', :name => 'properties') -%>">
- <td class="help"><%= category_help(@category) -%> </td>
- </tr>
- <% end -%>
-
</tbody>
</table>
+
+ <% unless category_help(@category).blank? -%>
+ <div class="help marginbottom10" style="margin-left: -1px">
+ <%= category_help(@category) -%>
+ </div>
+ <% end -%>
+
<% unless @definitions.empty? %>
<div style="padding-left: 5px;">
<%= hidden_field_tag('page_version', (params[:page_version] || 0).to_i + 1) -%>