匿名用戶
無編輯摘要
imported>DC 無編輯摘要 |
imported>DC 無編輯摘要 |
||
第87行: | 第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 | ||
第105行: | 第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: none; margin-left: 0;', | not args.bullets and 'list-style: none; margin-left: 0;', | ||
args.list_style, | args.list_style, |