Module:MOS tunings: Difference between revisions

Ganaram inukshuk (talk | contribs)
Experiment with removing borders between certain cells to make the table less busy
Ganaram inukshuk (talk | contribs)
Apply same changes to header cells; make steps column unsortable since it's redundant
Line 189: Line 189:
-- Second row of headers
-- Second row of headers
for i = 1, #step_ratios do
for i = 1, #step_ratios do
result = result .. "! Steps\n"
result = result .. "! style=\"border-right:none;\" class=\"unsortable\" | Steps\n"
result = result .. "! Cents\n"
result = result .. "! style=\"border-left:none;\" | Cents\n"
end
end