Module:Collapsible list: Difference between revisions
w>Izno and this one also per jonesey |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 87: | Line 87: | ||
local collapsibleContainerStyle = formatAttributes( | local collapsibleContainerStyle = formatAttributes( | ||
'style', | 'style', | ||
'text-align: center; font-size: | '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: | 'font-size: 100%; margin-top: 0; margin-bottom: 0; line-height: inherit; text-align: left;', | ||
not args.bullets and 'list-style: | not args.bullets and 'list-style: none; margin-left: 0;', | ||
args.list_style, | args.list_style, | ||
args.liststyle | args.liststyle | ||