Content deleted Content added
rv, the space between line and shortcut(s) got too small |
hmm |
||
Line 88:
:css('background', '#fff')
:css('margin', '0em 0em 0em 1em')
:css('padding', '.3em .
:css('text-align', 'center')
:css('font-size', '85%')
Line 99:
:css('margin-bottom', '.2em')
:css('font-weight', 'normal')
:wikitext(shortcutHeading)
end
local list = shortcutList:tag('ul')
for i, item in ipairs(listItems) do
end
return tostring(root)
end
|