Skip to main content
Topic: Testing the item codes (Read 2437 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Testing the item codes

  • blah
  • blah
  • blah
Code: [Select]
[*]blah[+]blah[o]blah

Shouldn't the bullets be different styles?

Re: Testing the item codes

Reply #1

  • I didn't know this works!
  • By design!

Re: Testing the item codes

Reply #2

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:
  • blah

square:
  • blah

empty circle:
  • blah

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

square:
[+]blah

empty circle:
[o]blah

numbered:
[#]blah
Bugs creator.
Features destroyer.
Template killer.