Remove the container-fluid around the graph

This commit is contained in:
Eryn Wells 2012-08-18 23:03:53 -07:00
parent 934ea0a905
commit 5331780a83

View file

@ -13,9 +13,9 @@ h1.placeholder {
{% block container %}
{% include "navbar.html" %}
<div class="container-fluid">
{#<div class="container-fluid">#}
{% block graph %}<h1 class="placeholder">PUT A GRAPH HERE</h1>{% endblock %}
</div>
{#</div>#}
{% endblock container %}
{% block body_js %}