Module:Keyboard: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 92: | Line 92: | ||
s = s .. ' data-timbre-' .. instrument .. '="' .. table.concat(harmonic_spectrum, ' ') .. '"' | s = s .. ' data-timbre-' .. instrument .. '="' .. table.concat(harmonic_spectrum, ' ') .. '"' | ||
end | end | ||
s = s .. ' style="width: ' .. key_width .. 'px; height: ' .. key_height .. 'px; border: 1px solid | s = s .. ' style="width: ' .. key_width .. 'px; height: ' .. key_height .. 'px; border: 1px solid #7f7f7f;"></div>' | ||
end | end | ||
s = s .. '</div>' | s = s .. '</div>' | ||