Lists are selectors assigned for both ordered and unordered lists and the additional selectors needed to help make those lists display properly.
UL & OL under Content
In the case of UL, we have decided to remove all list styles with the exception of its placement on the content area. This is because styling lists is much more effective without a pre-determined list-style. The example below shows a list-style applied to the unordered list items because it’s displayed in the content area.
UNORDERED LIST
- Unordered List One
- Unordered List Two (Note: Sub-UL below is inside this LI)
- Sub-UL List Two A (inside li)
- Sub-UL List Two B (inside li)
- Unordered List Three (Note: Sub-UL below is outside this LI)
- Sub-UL List Three A (outside li)
- Sub-UL List Three B (outside li)
- Unordered List Four
ORDERED LIST
- Ordered List One
- Ordered List Two (Note: Sub-OL below is inside this LI)
- Sub-OL List Two A (inside li)
- Sub-OL List Two B (inside li)
- Ordered List Three (Note: Sub-OL below is outside this LI)
- Sub-OL List Three A (outside li)
- Sub-OL List Three B (outside li)
- Ordered List Four
UNORDERED LIST + NO-LISTSTYLE
- Unordered List One
- Unordered List Two (Note: Sub-UL below is inside this LI)
- Sub-UL List Two A (inside li)
- Sub-UL List Two B (inside li)
- Unordered List Three (Note: Sub-UL below is outside this LI)
- Sub-UL List Three A (outside li)
- Sub-UL List Three B (outside li)
- Unordered List Four
ORDERED LIST + NO-LISTSTYLE
- Ordered List One
- Ordered List Two (Note: Sub-OL below is inside this LI)
- Sub-OL List Two A (inside li)
- Sub-OL List Two B (inside li)
- Ordered List Three (Note: Sub-OL below is inside this LI)
- Sub-OL List Three A (outside li)
- Sub-OL List Three B (outside li)
- Ordered List Four
UNORDERED LIST + NO-INDENT
- Unordered List One
- Unordered List Two (Note: Sub-UL below is inside this LI)
- Sub-UL List Two A (inside li)
- Sub-UL List Two B (inside li)
- Unordered List Three (Note: Sub-UL below is outside this LI)
- Sub-UL List Three A (outside li)
- Sub-UL List Three B (outside li)
- Unordered List Four
ORDERED LIST + NO-INDENT
- Ordered List One
- Ordered List Two (Note: Sub-OL below is inside this LI)
- Sub-OL List Two A (inside li)
- Sub-OL List Two B (inside li)
- Ordered List Three (Note: Sub-OL below is inside this LI)
- Sub-OL List Three A (outside li)
- Sub-OL List Three B (outside li)
- Ordered List Four
UNORDERED LIST + INDENT
- Unordered List One
- Unordered List Two (Note: Sub-UL below is inside this LI)
- Sub-UL List Two A (inside li)
- Sub-UL List Two B (inside li)
- Unordered List Three (Note: Sub-UL below is outside this LI)
- Sub-UL List Three A (outside li)
- Sub-UL List Three B (outside li)
- Unordered List Four
ORDERED LIST + INDENT
- Ordered List One
- Ordered List Two (Note: Sub-OL below is inside this LI)
- Sub-OL List Two A (inside li)
- Sub-OL List Two B (inside li)
- Ordered List Three (Note: Sub-OL below is inside this LI)
- Sub-OL List Three A (outside li)
- Sub-OL List Three B (outside li)
- Ordered List Four