try fixing posts graph
This commit is contained in:
parent
e4a9d8ef8c
commit
7aa769d52d
@ -251,3 +251,7 @@ html {
|
|||||||
#captcha_img {
|
#captcha_img {
|
||||||
background: grey;
|
background: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#posts_graph {
|
||||||
|
float: left;
|
||||||
|
}
|
@ -55,10 +55,10 @@
|
|||||||
{{/ boardgraph}}
|
{{/ boardgraph}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
<!-- being posts graph -->
|
<!-- being posts graph -->
|
||||||
{{{postsgraph.Render}}}
|
{{{postsgraph.Render}}}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,8 +4,8 @@ parameters:
|
|||||||
|
|
||||||
* graph - a postsGraph instance (see srnd/model.go)
|
* graph - a postsGraph instance (see srnd/model.go)
|
||||||
}}
|
}}
|
||||||
<div id="posts_graph">
|
|
||||||
<table>
|
<table id="posts_graph">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Day</th>
|
<th>Day</th>
|
||||||
@ -23,4 +23,3 @@ parameters:
|
|||||||
{{/graph.Scale}}
|
{{/graph.Scale}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
Reference in New Issue
Block a user