Module:Infobox MOS: Difference between revisions
m Made background color of keyboard visualization white, to match infobox entries |
m font-size: 1.25em -> font-size: 1em (for kb-vis) |
||
| Line 78: | Line 78: | ||
local vis = "" | local vis = "" | ||
if input_mos.nL + input_mos.ns < 40 then | if input_mos.nL + input_mos.ns < 40 then | ||
vis = string.format('<pre style="background-color: whtie; line-height: 1; font-family: monospace; font-size: | vis = string.format('<pre style="background-color: whtie; line-height: 1; font-family: monospace; font-size: 1em; padding: 0.1em; margin: 0.1em">%s\n%s\n%s\n%s</pre>', line_1, line_2, line_3, line_4) | ||
end | end | ||