diff --git a/contrib/static/site.css b/contrib/static/site.css index ac8e45c..dc0644d 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -250,4 +250,8 @@ html { #captcha_img { background: grey; +} + +#posts_graph { + float: left; } \ No newline at end of file diff --git a/contrib/templates/default/frontpage.mustache b/contrib/templates/default/frontpage.mustache index e635b86..f759be7 100644 --- a/contrib/templates/default/frontpage.mustache +++ b/contrib/templates/default/frontpage.mustache @@ -55,9 +55,9 @@ {{/ boardgraph}} + + {{{postsgraph.Render}}} - - {{{postsgraph.Render}}}
diff --git a/contrib/templates/default/posts_graph.mustache b/contrib/templates/default/posts_graph.mustache index 04cc84b..7dfd6a1 100644 --- a/contrib/templates/default/posts_graph.mustache +++ b/contrib/templates/default/posts_graph.mustache @@ -4,23 +4,22 @@ parameters: * graph - a postsGraph instance (see srnd/model.go) }} -
- - + +
+ + + + + + + + + {{#graph.Scale}} - - - + + + - - - {{#graph.Scale}} - - - - - - {{/graph.Scale}} - -
DayPosts
DayPosts{{Day}}{{Num}}{{OvercockGraph}}
{{Day}}{{Num}}{{OvercockGraph}}
-
\ No newline at end of file + {{/graph.Scale}} + +