Skip to content

Commit

Permalink
Making footer container fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
darkness51 committed Sep 14, 2015
1 parent a73b9f9 commit 09deba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zinnia_bootstrap/templates/zinnia/skeleton.html
Expand Up @@ -25,7 +25,7 @@
margin-bottom: 0px;
}

footer.container {
footer {
color: #cccccc;
background-color: #000000;
}
Expand Down Expand Up @@ -138,7 +138,7 @@ <h3>{% trans "Search" %}</h3>
</div>
</div>
</div>
<footer class="container">
<footer class="container-fluid">
<p>{% blocktrans %}Powered by <a href="http://www.djangoproject.com">Django</a> and <a href="https://github.com/Fantomas42/django-blog-zinnia">Zinnia {{ ZINNIA_VERSION }}</a>.{% endblocktrans %}</p>
</footer>
<script type="text/javascript" src="{% static "zinnia_bootstrap/assets/js/jquery.js" %}"></script>
Expand Down

0 comments on commit 09deba3

Please sign in to comment.