1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/stylesheets/dev-toc.scss
2021-04-22 15:04:33 +00:00

15 lines
286 B
SCSS

/* Styles used for top-level TOC in development only
------------------------------------------------------------------------------*/
ul.versions-list {
list-style-type: none;
}
ul.versions-list > li {
margin: 3px 0 0 0;
}
details ul.products-list li {
margin: 3px 0 0 30px;
}