Module:Documentation/config: Difference between revisions

    (add css configuration, so that it can be removed from common.css - see Special:Permalink/906970618#Moving CSS)
    (Undid revision 906970692 by DannyS712 (talk) - per talk)
    Line 374: Line 374:
    -- The CSS classes added to the main HTML "div" tag.
    -- The CSS classes added to the main HTML "div" tag.
    cfg['main-div-classes'] = 'template-documentation iezoomfix'
    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']
    -- cfg['start-box-linkclasses']