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,11 +30,16 @@
|
|||||||
<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>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
{{{postsgraph.Render}}}
|
{{{postsgraph.Render}}}
|
||||||
<!-- begin overview -->
|
</td>
|
||||||
|
<td>
|
||||||
{{{overview.Render}}}
|
{{{overview.Render}}}
|
||||||
<!-- begin board graph -->
|
</td>
|
||||||
|
<td>
|
||||||
{{! todo: move boardgraph into its own file like postsgraph }}
|
{{! todo: move boardgraph into its own file like postsgraph }}
|
||||||
<table id="board_graph">
|
<table id="board_graph">
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -62,6 +67,10 @@
|
|||||||
{{/ boardgraph}}
|
{{/ boardgraph}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</center>
|
||||||
|
Reference in New Issue
Block a user