forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
22 lines
314 B
CSS
22 lines
314 B
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;
|
|
}
|