theming_example.css

Same filename in other branches
  1. 3.x modules/theming_example/css/theming_example.css
  2. 4.0.x modules/theming_example/css/theming_example.css
/*
 * style the list
 * for OL you can have
 * decimal | lower-roman | upper-roman | lower-alpha | upper-alpha
 * for UL you can have
 * disc | circle | square or an image eg url(x.png)
 * you can also have 'none'
 */
ol.theming-example-list {
  list-style-type: upper-alpha;
}

File

theming_example/theming_example.css

View source
  1. /*
  2. * style the list
  3. * for OL you can have
  4. * decimal | lower-roman | upper-roman | lower-alpha | upper-alpha
  5. * for UL you can have
  6. * disc | circle | square or an image eg url(x.png)
  7. * you can also have 'none'
  8. */
  9. ol.theming-example-list {
  10. list-style-type: upper-alpha;
  11. }