Module:Documentation/config: Difference between revisions

add css configuration, so that it can be removed from common.css - see Special:Permalink/906970618#Moving CSS
(rm alt text on icon, since the adjacent text is sufficient alternative text (per edit request))
(add css configuration, so that it can be removed from common.css - see Special:Permalink/906970618#Moving CSS)
Line 374:
-- The CSS classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'template-documentation iezoomfix'
 
-- cfg['main-div-css']
-- The CSS added to the main HTML "div" tag.
cfg['main-div-css'] = {
['clear'] = 'both',
['margin'] = '1em 0 0 0',
['border'] = '1px solid #a2a9b1',
['background-color'] = '#ecfcf4',
['padding'] = '1em',
}
 
-- cfg['start-box-linkclasses']
Anonymous user