try fixing css for front page
This commit is contained in:
parent
7aa769d52d
commit
19198738c3
@ -252,6 +252,6 @@ html {
|
|||||||
background: grey;
|
background: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
#posts_graph {
|
#board_graph {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user