Added newlines to the ends of CSS, HTML, and JavaScript files missing them.

This commit is contained in:
Trey Hunner 2014-04-16 15:35:16 -04:00 committed by Tim Graham
parent 85c22dd4c4
commit 6868643063
59 changed files with 59 additions and 59 deletions

View file

@ -1,4 +1,4 @@
{% extends "basic/genindex.html" %}
{% block bodyclass %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}

View file

@ -125,4 +125,4 @@
{% block relbar2 %}{% endblock %}
{% block sidebar1 %}{% endblock %}
{% block sidebar2 %}{% endblock %}
{% block footer %}{% endblock %}
{% block footer %}{% endblock %}

View file

@ -1,3 +1,3 @@
{% extends "basic/modindex.html" %}
{% block bodyclass %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}

View file

@ -1,3 +1,3 @@
{% extends "basic/search.html" %}
{% block bodyclass %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}
{% block sidebarwrapper %}{% endblock %}

View file

@ -1,3 +1,3 @@
@import url(reset-fonts-grids.css);
@import url(djangodocs.css);
@import url(homepage.css);
@import url(homepage.css);

View file

@ -19,4 +19,4 @@
#index #s-solving-specific-problems,
#index #s-reference,
#index #s-and-all-the-rest
{ clear: left; }
{ clear: left; }