try fixing css for front page
This commit is contained in:
parent
7aa769d52d
commit
19198738c3
@ -252,6 +252,6 @@ html {
|
||||
background: grey;
|
||||
}
|
||||
|
||||
#posts_graph {
|
||||
#board_graph {
|
||||
float: left;
|
||||
}
|
@ -29,6 +29,9 @@
|
||||
<h4>We've Had {{totalposts}} Posts Since August 01 2015 </h4>
|
||||
</div>
|
||||
<div class="index-inner">
|
||||
<!-- begin posts graph -->
|
||||
{{{postsgraph.Render}}}
|
||||
<!-- begin board graph -->
|
||||
<table id="board_graph">
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -55,8 +58,6 @@
|
||||
{{/ boardgraph}}
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- being posts graph -->
|
||||
{{{postsgraph.Render}}}
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user