Archived
1
0

Fix board list a bit

This commit is contained in:
ZiRo 2016-02-17 10:27:16 +01:00
parent 9229aa62bd
commit a9e377563d
2 changed files with 8 additions and 2 deletions

View File

@ -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;

View File

@ -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>
@ -46,4 +48,4 @@
</div> </div>
</center> </center>
</body> </body>
</html> </html>