Module:Rail/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 210:
:css('margin', '1px')
end
if
for _, v in ipairs({'dot', 'ldot', 'square', 'lsquare'}) do
if style == v then box:css('line-height', 'initialdot') endor
style == 'ldot' or
style == 'square' or
style == 'lsquare' then
box:css('line-height', 'initial')
end
if