try fixing placement
This commit is contained in:
parent
4e3d66ad52
commit
c084518622
@ -252,6 +252,9 @@ html {
|
|||||||
background: grey;
|
background: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
#posts_graph , #overview {
|
#posts_graph , #board_graph {
|
||||||
float: left;
|
float: left;
|
||||||
|
}
|
||||||
|
#overview {
|
||||||
|
float: right;
|
||||||
}
|
}
|
@ -32,6 +32,8 @@
|
|||||||
<div class="index-inner">
|
<div class="index-inner">
|
||||||
<!-- begin posts graph -->
|
<!-- begin posts graph -->
|
||||||
{{{postsgraph.Render}}}
|
{{{postsgraph.Render}}}
|
||||||
|
<!-- begin overview -->
|
||||||
|
{{{overview.Render}}}
|
||||||
<!-- begin board graph -->
|
<!-- begin board graph -->
|
||||||
{{! 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">
|
||||||
@ -60,9 +62,6 @@
|
|||||||
{{/ boardgraph}}
|
{{/ boardgraph}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<!-- begin overview -->
|
|
||||||
{{{overview.Render}}}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</center>
|
||||||
|
Reference in New Issue
Block a user