Archived
1
0

try fixing css for front page

This commit is contained in:
jeff 2015-10-31 08:02:55 -04:00
parent 7aa769d52d
commit 19198738c3
2 changed files with 4 additions and 3 deletions

View File

@ -252,6 +252,6 @@ html {
background: grey; background: grey;
} }
#posts_graph { #board_graph {
float: left; float: left;
} }

View File

@ -29,6 +29,9 @@
<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 -->
{{{postsgraph.Render}}}
<!-- begin board graph -->
<table id="board_graph"> <table id="board_graph">
<tbody> <tbody>
<tr> <tr>
@ -55,8 +58,6 @@
{{/ boardgraph}} {{/ boardgraph}}
</tbody> </tbody>
</table> </table>
<!-- being posts graph -->
{{{postsgraph.Render}}}
</div> </div>
</div> </div>
<div> <div>