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