You are here

sitemap.theme.css in Sitemap 2.0.x

Same filename and directory in other branches
  1. 8.2 css/sitemap.theme.css
  2. 8 css/sitemap.theme.css
.sitemap .description {
  margin-bottom: 0.5em;
}

.sitemap-item {
  margin-bottom: 1em;
}

.sitemap-item .item-list ul {
  padding-left: 1.5em;
  list-style-type: disc;
}

.sitemap-item .item-list ul ul {
  margin: 0;
  list-style-type: circle;
}

.sitemap-item .item-list ul ul ul {
  list-style-type: square;
}

File

css/sitemap.theme.css
View source
  1. .sitemap .description {
  2. margin-bottom: 0.5em;
  3. }
  4. .sitemap-item {
  5. margin-bottom: 1em;
  6. }
  7. .sitemap-item .item-list ul {
  8. padding-left: 1.5em;
  9. list-style-type: disc;
  10. }
  11. .sitemap-item .item-list ul ul {
  12. margin: 0;
  13. list-style-type: circle;
  14. }
  15. .sitemap-item .item-list ul ul ul {
  16. list-style-type: square;
  17. }