You are here

sitemap.theme.css in Sitemap 8

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

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

.sitemap .sitemap-box ul {
  padding-left: 1.5em;
}

.sitemap .sitemap-box ul ul {
  margin: 0;
}

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

File

css/sitemap.theme.css
View source
  1. .sitemap .description {
  2. margin-bottom: 0.5em;
  3. }
  4. .sitemap .sitemap-box {
  5. margin-bottom: 1em;
  6. }
  7. .sitemap .sitemap-box ul {
  8. padding-left: 1.5em;
  9. }
  10. .sitemap .sitemap-box ul ul {
  11. margin: 0;
  12. }
  13. /* Styles when RSS icons are displayed on the left. */
  14. .sitemap .sitemap-rss-left ul {
  15. padding-left: 0;
  16. }
  17. .sitemap .sitemap-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. .sitemap .sitemap-rss-left ul li li {
  25. padding-left: 1.5em;
  26. }