14 lines
418 B
CSS
14 lines
418 B
CSS
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: 15px; }
|
|
|
|
#threads { width: 100%; }
|
|
|
|
.label { font-weight: bold }
|
|
article { border-top: 1px solid black; }
|
|
section { margin-top: 15px; margin-bottom: 15px; }
|
|
.next { float: right; } |