diff --git a/static/style.css b/static/style.css index beb38a4..0ecc2c8 100644 --- a/static/style.css +++ b/static/style.css @@ -1,9 +1,10 @@ body { font-family: monospace; } ul.boards { margin-left: 0; padding-left: 0; } +.board { margin-bottom: 5px; } .category, .board { list-style-type: none;} .category .name, .board .name { font-weight: bold; } -.board .board { margin-left: 10px; } +.board .board { margin-left: 15px; } #threads { width: 100%; }