Lines Matching refs:list
180 /* Layouts for different list levels.
183 * 'list-style-image: url('picture.png');' instead of 'list-style-type'.
190 /* Un-ordered list.
191 * DokuWiki syntax: * list item text
196 list-style-type: disc;
204 list-style-type: circle;
210 list-style-type: square;
216 list-style-type: blackcircle;
222 list-style-type: heavycheckmark;
228 list-style-type: ballotx;
234 list-style-type: heavyrightarrow;
240 list-style-type: lightedrightarrow;
246 list-style-type: none;
252 list-style-type: bullet;
255 /* Ordered list.
256 * DokuWiki syntax: - list item text
261 list-style-type: decimal;
267 list-style-type: decimal-leading-zero;
273 list-style-type: lower-alpha;
279 list-style-type: lower-latin;
285 list-style-type: lower-roman;
291 list-style-type: none;
297 list-style-type: upper-alpha;
303 list-style-type: upper-latin;
309 list-style-type: upper-roman;
315 list-style-type: decimal;