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: 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