You are here

site_map.theme.css in Site map 8

#site-map .description {
  margin-bottom: 0.5em;
}

#site-map .site-map-box {
  margin-bottom: 1em;
}

#site-map .site-map-box ul {
  padding-left: 1.5em;
}

#site-map .site-map-box ul ul {
  margin: 0;
}

/* Styles when RSS icons are displayed on the left. */
#site-map .site-map-rss-left ul {
  padding-left: 0;
}
#site-map .site-map-rss-left li {
  background-image: none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#site-map .site-map-rss-left ul li li {
  padding-left: 1.5em;
}

File

css/site_map.theme.css
View source
  1. #site-map .description {
  2. margin-bottom: 0.5em;
  3. }
  4. #site-map .site-map-box {
  5. margin-bottom: 1em;
  6. }
  7. #site-map .site-map-box ul {
  8. padding-left: 1.5em;
  9. }
  10. #site-map .site-map-box ul ul {
  11. margin: 0;
  12. }
  13. /* Styles when RSS icons are displayed on the left. */
  14. #site-map .site-map-rss-left ul {
  15. padding-left: 0;
  16. }
  17. #site-map .site-map-rss-left li {
  18. background-image: none;
  19. list-style-image: none;
  20. list-style-type: none;
  21. margin: 0;
  22. padding: 0;
  23. }
  24. #site-map .site-map-rss-left ul li li {
  25. padding-left: 1.5em;
  26. }