Commit fe73843043ea5f6bc6a8d8e28eb1f90b2209cc55

Authored by Rodrigo Souto
2 parents 281ae6cc 39d0e6fe

Merge branch 'ai3092' into 'stable'

Remove CSS from core table in menu sideblock

http://noosfero.org/Development/ActionItem3092
app/views/box_organizer/_link_list_block.rhtml
1 1 <strong><%= _('Links') %></strong>
2   -<div id='edit-link-list-block' style='width:450px'>
  2 +<div id='edit-link-list-block'>
3 3 <table id='links' class='noborder'>
4 4 <tr><th><%= _('Icon') %></th><th><%= _('Name') %></th><th><%= _('Address') %></th><th><%= _('Target') %></th></tr>
5 5 <% for link in @block.links do %>
... ...