12 lines
340 B
CSS
12 lines
340 B
CSS
body { font-family: monospace; }
|
|
|
|
.category, .board { list-style-type: none;}
|
|
.category .name, .board .name { font-weight: bold; }
|
|
.board .board { margin-left: 10px; }
|
|
|
|
#threads { width: 100%; }
|
|
|
|
.label { font-weight: bold }
|
|
article { border-top: 1px solid black; }
|
|
section { margin-top: 15px; margin-bottom: 15px; }
|
|
.next { float: right; } |