跳至內容

「模組:Collapsible list」:修訂間差異

增加 1 位元組 、​ 2022年10月21日 (星期五)
無編輯摘要
imported>DC
無編輯摘要
imported>DC
無編輯摘要
 
第87行: 第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
第105行: 第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; margin-left: 0;',
         not args.bullets and 'list-style: none; margin-left: 0;',
         args.list_style,
         args.list_style,
匿名用戶