try fixing placement on front page
This commit is contained in:
parent
3094108e59
commit
6cbe15988e
@ -251,10 +251,3 @@ html {
|
|||||||
#captcha_img {
|
#captcha_img {
|
||||||
background: grey;
|
background: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
#posts_graph , #board_graph {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
#overview_graph {
|
|
||||||
float: right;
|
|
||||||
}
|
|
@ -30,36 +30,45 @@
|
|||||||
<h4>We've Had {{totalposts}} Posts Since August 01 2015 </h4>
|
<h4>We've Had {{totalposts}} Posts Since August 01 2015 </h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="index-inner">
|
<div class="index-inner">
|
||||||
<!-- begin posts graph -->
|
<table>
|
||||||
{{{postsgraph.Render}}}
|
|
||||||
<!-- begin overview -->
|
|
||||||
{{{overview.Render}}}
|
|
||||||
<!-- begin board graph -->
|
|
||||||
{{! todo: move boardgraph into its own file like postsgraph }}
|
|
||||||
<table id="board_graph">
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
|
||||||
<th> Board </th>
|
|
||||||
<th> Post per Hour </th>
|
|
||||||
<th> Post per Day </th>
|
|
||||||
<th> Total </th>
|
|
||||||
</tr>
|
|
||||||
{{# boardgraph}}
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{prefix}}{{Board}}-0.html">{{Board}}</a>
|
{{{postsgraph.Render}}}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{Hour}}
|
{{{overview.Render}}}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{Day}}
|
{{! todo: move boardgraph into its own file like postsgraph }}
|
||||||
</td>
|
<table id="board_graph">
|
||||||
<td>
|
<tbody>
|
||||||
{{All}}
|
<tr>
|
||||||
|
<th> Board </th>
|
||||||
|
<th> Post per Hour </th>
|
||||||
|
<th> Post per Day </th>
|
||||||
|
<th> Total </th>
|
||||||
|
</tr>
|
||||||
|
{{# boardgraph}}
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a href="{{prefix}}{{Board}}-0.html">{{Board}}</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{{Hour}}
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{{Day}}
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{{All}}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
{{/ boardgraph}}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/ boardgraph}}
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user