Archived
1
0

try fixing placement on front page

This commit is contained in:
jeff 2015-10-31 11:25:29 -04:00
parent 3094108e59
commit 6cbe15988e
2 changed files with 30 additions and 28 deletions

View File

@ -251,10 +251,3 @@ html {
#captcha_img {
background: grey;
}
#posts_graph , #board_graph {
float: left;
}
#overview_graph {
float: right;
}

View File

@ -30,11 +30,16 @@
<h4>We've Had {{totalposts}} Posts Since August 01 2015 </h4>
</div>
<div class="index-inner">
<!-- begin posts graph -->
<table>
<tbody>
<tr>
<td>
{{{postsgraph.Render}}}
<!-- begin overview -->
</td>
<td>
{{{overview.Render}}}
<!-- begin board graph -->
</td>
<td>
{{! todo: move boardgraph into its own file like postsgraph }}
<table id="board_graph">
<tbody>
@ -62,6 +67,10 @@
{{/ boardgraph}}
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</center>