Module:Documentation: Difference between revisions

mNo edit summary
mNo edit summary
Line 80: Line 80:
local pageType = mw.ustring.lower( args.type or getType( namespace, page ) )
local pageType = mw.ustring.lower( args.type or getType( namespace, page ) )
local body = mw.html.create( 'div' ):addClass( 'documentation-header' )
local body = mw.html.create( 'div' ):addClass( 'documentation' )
body
body
:css({
:css({
['border-bottom'] = '1px solid #a2a9b1',
['border'] = '1px solid #a2a9b1',
['margin-bottom'] = '1em'
['margin-bottom'] = '1em'
})
})