tmforum-oda / oda-ca-docs

ODA Component Accelerator Documents
6 stars 17 forks source link

Added a custom .css to over-ride bullet-lists #92

Closed LesterThomas closed 1 year ago

LesterThomas commented 1 year ago

Closes #91

Added a custom css:

div.section ul {
  list-style-type: disc !important;
}
div.section ul li {
  display: list-item !important;
  list-style: disc !important;
}

Unordered lists within a section should use this instead of the theme.css (where the bullets are not shown).