Module:Large category TOC/sandbox: Difference between revisions

Content deleted Content added
fail
insert a div into header with margin 0 4em?
Line 37:
-- Contains "Content: Top 0-9 A - Z"
local header = toc_frame:tag('div')
:attr('id', 'toctitle')
:attr('class', 'toctitle')
-- Contains all the rest
Line 49:
:cssText('padding: 4px; text-align: center; border: 1px solid #a2a9b1; font-size: 95%')
header:cssText('font-weight: bold; line-height: 1.6em')
:tag('div')
:cssText('margin: 0 4em')
body:addClass('mw-collapsible-content')
:css({