Fix board list a bit
This commit is contained in:
parent
9229aa62bd
commit
a9e377563d
@ -151,6 +151,10 @@ a, a:visited {
|
|||||||
margin-top: 5em;
|
margin-top: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#board_graph {
|
||||||
|
margin-top: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
.ukko_thread_header {
|
.ukko_thread_header {
|
||||||
float: left;
|
float: left;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -17,13 +17,15 @@
|
|||||||
<div class="index-outer">
|
<div class="index-outer">
|
||||||
<div class="index-inner">
|
<div class="index-inner">
|
||||||
<table id="board_graph">
|
<table id="board_graph">
|
||||||
<tbody>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th> Board </th>
|
<th> Board </th>
|
||||||
<th> Post per Hour </th>
|
<th> Post per Hour </th>
|
||||||
<th> Post per Day </th>
|
<th> Post per Day </th>
|
||||||
<th> Total </th>
|
<th> Total </th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
{{# graph}}
|
{{# graph}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user