Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • ReadGeoFix_v3
  • evc/volume_tmp
  • examples-update
  • generic_polyhedron
  • delete-mov
  • format-add-fallback
  • GoToQt6AndFixSlider
  • rbianchi-main-patch-32220
  • 6.11.X
  • patch_G4ElementsSorting
  • remove-old-unused-geomodelio-code
  • athena-ci-2025
  • add-printTree-exec
  • magFieldOpt
  • 6.3.Y
  • IO_ConditionalLoadDBTables
  • pTest
  • MaterialsAndCoReform
  • pipeline-test
  • 6.18.0
  • 6.17.0
  • 6.16.0
  • 6.15.0
  • 6.14.0
  • 6.13.0
  • 6.12.0
  • 6.11.1
  • 6.11.0
  • 6.10.0_testG4ElementSorting
  • 6.10.0
  • 6.9.0
  • 6.8.0
  • 6.7.0
  • 6.6.0
  • 6.5.0
  • 6.4.0
  • 6.3.0
  • 6.2.0
  • 6.1.0
40 results

material_nested_lists_rendering.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    material_nested_lists_rendering.css 183 B
    /* <https://github.com/squidfunk/mkdocs-material/issues/508> */
    
    article ul ul {
      list-style-type:  circle !important;
    }
    
    article ul ul ul {
      list-style-type:  square !important;
    }