Module:Documentation/config: Difference between revisions
add css configuration, so that it can be removed from common.css - see Special:Permalink/906970618#Moving CSS
imported>Southparkfan m (12 revisions imported: importing all languages) |
(add css configuration, so that it can be removed from common.css - see Special:Permalink/906970618#Moving CSS) |
||
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'] |