Commit 39d0e6fe6f044691580010625a8d89ef8d79b578
1 parent
1c2bcef6
Exists in
master
and in
29 other branches
Remove inline css
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 %> | ... | ... |