Archived
1
0

try fixing posts graph

This commit is contained in:
jeff 2015-10-31 07:57:19 -04:00
parent e4a9d8ef8c
commit 7aa769d52d
3 changed files with 23 additions and 20 deletions

View File

@ -251,3 +251,7 @@ html {
#captcha_img {
background: grey;
}
#posts_graph {
float: left;
}

View File

@ -55,10 +55,10 @@
{{/ boardgraph}}
</tbody>
</table>
</div>
<!-- being posts graph -->
{{{postsgraph.Render}}}
</div>
</div>
<div>
</div>

View File

@ -4,8 +4,8 @@ parameters:
* graph - a postsGraph instance (see srnd/model.go)
}}
<div id="posts_graph">
<table>
<table id="posts_graph">
<thead>
<tr>
<th>Day</th>
@ -22,5 +22,4 @@ parameters:
</tr>
{{/graph.Scale}}
</tbody>
</table>
</div>
</table>