diff --git a/contrib/static/site.css b/contrib/static/site.css index cd812e3..b300530 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -234,10 +234,6 @@ a, a:visited { margin-top: 1em; } -#board_graph { - margin-top: 5em; -} - .navLinks { padding-bottom: 50px; } diff --git a/contrib/templates/default/frontpage.mustache b/contrib/templates/default/frontpage.mustache index bc6b27b..b7c4f85 100644 --- a/contrib/templates/default/frontpage.mustache +++ b/contrib/templates/default/frontpage.mustache @@ -1,9 +1,9 @@ {{! frontpage.mustache -- template for index.html template parameters: - - boardgraph ( a boardPageRows instance, see srnd/model.go ) - - postgraph ( a postsGraph instance , see srnd/model.go ) - - overview ( an overviewModel instance, see srnd/model.go ) + - boardgraph ( markup of boardPageRows instance, see srnd/model.go ) + - postgraph ( markup of postsGraph instance , see srnd/model.go ) + - overview ( markup of overviewModel instance , see srnd/model.go ) - totalposts ( the number of total posts we have ever seen ) - frontend ( the name of the frontend ) - prefix ( the site's prefix ) @@ -36,7 +36,7 @@