Module:Collapsible list: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (1 revision imported)
(cr. size)
Line 87: Line 87:
local collapsibleContainerStyle = formatAttributes(
local collapsibleContainerStyle = formatAttributes(
'style',
'style',
'text-align: center; font-size: 95%;',
'text-align: center; font-size: 100%;',
args.frame_style,
args.frame_style,
args.framestyle
args.framestyle
Line 105: Line 105:
local ulstyle = formatAttributes(
local ulstyle = formatAttributes(
'style',
'style',
'font-size: 105%; margin-top: 0; margin-bottom: 0; line-height: inherit; text-align: left;',
'font-size: 100%; margin-top: 0; margin-bottom: 0; line-height: inherit; text-align: left;',
not args.bullets and 'list-style: none none; margin-left: 0;',
not args.bullets and 'list-style: none; margin-left: 0;',
args.list_style,
args.list_style,
args.liststyle
args.liststyle