ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: live627 on January 08, 2019, 03:27:39 pm

Title: Testing the item codes
Post by: live627 on January 08, 2019, 03:27:39 pm
Code: [Select]
[*]blah[+]blah[o]blah

Shouldn't the bullets be different styles?
Title: Re: Testing the item codes
Post by: Jorin on January 09, 2019, 01:11:22 am
Title: Re: Testing the item codes
Post by: emanuele on January 09, 2019, 05:10:06 am
list-style-type is applied to the whole list, not to single elements, so the first style is used to... rule them all.

classic circle:

square:

empty circle:

numbered:
Code: [Select]
classic circle:
[*]blah

square:
[+]blah

empty circle:
[o]blah

numbered:
[#]blah