mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00

Shows how to use a simple a hierarchical interface implemented in a Categories collection.
14 lines
No EOL
246 B
CSS
14 lines
No EOL
246 B
CSS
.category.top-category {
|
|
padding-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.category-header > * {
|
|
display: inline-block;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.category > .category-list {
|
|
padding-left: 25px;
|
|
} |