[refs #442] Add cellpadding and cellspasing to mass builds table
This commit is contained in:
parent
f8edecc915
commit
a51737d58c
|
@ -25,7 +25,7 @@
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
|
|
||||||
%table.tablesorter.unbordered
|
%table.tablesorter.unbordered{:cellpadding => "0", :cellspacing => "0"}
|
||||||
%thead
|
%thead
|
||||||
%tr
|
%tr
|
||||||
%th.lpadding16= t('activerecord.attributes.mass_build.id')
|
%th.lpadding16= t('activerecord.attributes.mass_build.id')
|
||||||
|
|
Loading…
Reference in New Issue