Changes
m
→Style parameters: css rules?
:; ''listpadding''*
:: A number and unit specifying the padding in each ''list'' cell. The ''list'' cells come equipped with a default padding of 0.25em on the left and right, and 0 on the top and bottom. Due to complex technical reasons, simply setting "liststyle = padding: 0.5em;" (or any other padding setting) will not work. Examples:
::: <code>listpadding = 0.5em 0;</code> (sets 0.5em padding for the lefttop/rightbottom, and 0 padding for the topleft/bottomright.)
::: <code>listpadding = 0;</code> (removes all list padding.)
:; ''oddstyle''