Files
drupal-module-archive-tree/css/archive_tree.css
2026-01-24 20:01:49 -06:00

18 lines
367 B
CSS

.archive-tree-block details,
.archive-tree-block .archive-tree-year,
.archive-tree-block details > summary.archive-tree-year {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.archive-tree-year {
font-weight: normal;
}
.archive-tree-month {
margin-left: 2em;
padding-left: 0.5em;
border-left: 2px solid #ccc;
display: block;
}