diff options
author | Trey Hunner <trey@treyhunner.com> | 2014-04-16 15:35:16 -0400 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2014-08-12 19:22:09 -0400 |
commit | 68686430638215b5405b20bd767c0be392c9221d (patch) | |
tree | ee1e10a4710acc6428c366497698ef923075bb58 /docs/_theme | |
parent | 85c22dd4c4a406301b4378a4682456dfa1900830 (diff) | |
download | django-68686430638215b5405b20bd767c0be392c9221d.tar.gz |
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Diffstat (limited to 'docs/_theme')
-rw-r--r-- | docs/_theme/djangodocs/genindex.html | 2 | ||||
-rw-r--r-- | docs/_theme/djangodocs/layout.html | 2 | ||||
-rw-r--r-- | docs/_theme/djangodocs/modindex.html | 2 | ||||
-rw-r--r-- | docs/_theme/djangodocs/search.html | 2 | ||||
-rw-r--r-- | docs/_theme/djangodocs/static/default.css | 2 | ||||
-rw-r--r-- | docs/_theme/djangodocs/static/homepage.css | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/docs/_theme/djangodocs/genindex.html b/docs/_theme/djangodocs/genindex.html index 486994ae91..032b70df8f 100644 --- a/docs/_theme/djangodocs/genindex.html +++ b/docs/_theme/djangodocs/genindex.html @@ -1,4 +1,4 @@ {% extends "basic/genindex.html" %} {% block bodyclass %}{% endblock %} -{% block sidebarwrapper %}{% endblock %}
\ No newline at end of file +{% block sidebarwrapper %}{% endblock %} diff --git a/docs/_theme/djangodocs/layout.html b/docs/_theme/djangodocs/layout.html index 833742b94b..f90030852c 100644 --- a/docs/_theme/djangodocs/layout.html +++ b/docs/_theme/djangodocs/layout.html @@ -125,4 +125,4 @@ {% block relbar2 %}{% endblock %} {% block sidebar1 %}{% endblock %} {% block sidebar2 %}{% endblock %} -{% block footer %}{% endblock %}
\ No newline at end of file +{% block footer %}{% endblock %} diff --git a/docs/_theme/djangodocs/modindex.html b/docs/_theme/djangodocs/modindex.html index 59a5cb31bd..ca5a2d460c 100644 --- a/docs/_theme/djangodocs/modindex.html +++ b/docs/_theme/djangodocs/modindex.html @@ -1,3 +1,3 @@ {% extends "basic/modindex.html" %} {% block bodyclass %}{% endblock %} -{% block sidebarwrapper %}{% endblock %}
\ No newline at end of file +{% block sidebarwrapper %}{% endblock %} diff --git a/docs/_theme/djangodocs/search.html b/docs/_theme/djangodocs/search.html index 943478ce75..4fdc7f6a84 100644 --- a/docs/_theme/djangodocs/search.html +++ b/docs/_theme/djangodocs/search.html @@ -1,3 +1,3 @@ {% extends "basic/search.html" %} {% block bodyclass %}{% endblock %} -{% block sidebarwrapper %}{% endblock %}
\ No newline at end of file +{% block sidebarwrapper %}{% endblock %} diff --git a/docs/_theme/djangodocs/static/default.css b/docs/_theme/djangodocs/static/default.css index 9dc69ee785..8f1e38f9e7 100644 --- a/docs/_theme/djangodocs/static/default.css +++ b/docs/_theme/djangodocs/static/default.css @@ -1,3 +1,3 @@ @import url(reset-fonts-grids.css); @import url(djangodocs.css); -@import url(homepage.css);
\ No newline at end of file +@import url(homepage.css); diff --git a/docs/_theme/djangodocs/static/homepage.css b/docs/_theme/djangodocs/static/homepage.css index 276c5470ab..3f69f01b2e 100644 --- a/docs/_theme/djangodocs/static/homepage.css +++ b/docs/_theme/djangodocs/static/homepage.css @@ -19,4 +19,4 @@ #index #s-solving-specific-problems, #index #s-reference, #index #s-and-all-the-rest - { clear: left; }
\ No newline at end of file + { clear: left; } |