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;
}
#board_graph {
margin-top: 5em;
}
.ukko_thread_header {
float: left;
clear: both;

View File

@ -17,13 +17,15 @@
<div class="index-outer">
<div class="index-inner">
<table id="board_graph">
<tbody>
<thead>
<tr>
<th> Board </th>
<th> Post per Hour </th>
<th> Post per Day </th>
<th> Total </th>
</tr>
</thead>
<tbody>
{{# graph}}
<tr>
<td>
@ -46,4 +48,4 @@
</div>
</center>
</body>
</html>
</html>