Order categories and boards correctly; correctly organize them by nesting level

This commit is contained in:
2020-08-16 04:28:07 -05:00
parent dc0191a04a
commit bf4a5f2b5d
4 changed files with 30 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
body { font-family: monospace; }
ul.boards { margin-left: 0; padding-left: 0; }
.category, .board { list-style-type: none;}
.category .name, .board .name { font-weight: bold; }
.board .board { margin-left: 10px; }