mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
This commit is contained in:
parent
85c22dd4c4
commit
6868643063
59 changed files with 59 additions and 59 deletions
2
docs/_theme/djangodocs/genindex.html
vendored
2
docs/_theme/djangodocs/genindex.html
vendored
|
@ -1,4 +1,4 @@
|
|||
{% extends "basic/genindex.html" %}
|
||||
|
||||
{% block bodyclass %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
|
|
2
docs/_theme/djangodocs/layout.html
vendored
2
docs/_theme/djangodocs/layout.html
vendored
|
@ -125,4 +125,4 @@
|
|||
{% block relbar2 %}{% endblock %}
|
||||
{% block sidebar1 %}{% endblock %}
|
||||
{% block sidebar2 %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
{% block footer %}{% endblock %}
|
||||
|
|
2
docs/_theme/djangodocs/modindex.html
vendored
2
docs/_theme/djangodocs/modindex.html
vendored
|
@ -1,3 +1,3 @@
|
|||
{% extends "basic/modindex.html" %}
|
||||
{% block bodyclass %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
|
|
2
docs/_theme/djangodocs/search.html
vendored
2
docs/_theme/djangodocs/search.html
vendored
|
@ -1,3 +1,3 @@
|
|||
{% extends "basic/search.html" %}
|
||||
{% block bodyclass %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
{% block sidebarwrapper %}{% endblock %}
|
||||
|
|
2
docs/_theme/djangodocs/static/default.css
vendored
2
docs/_theme/djangodocs/static/default.css
vendored
|
@ -1,3 +1,3 @@
|
|||
@import url(reset-fonts-grids.css);
|
||||
@import url(djangodocs.css);
|
||||
@import url(homepage.css);
|
||||
@import url(homepage.css);
|
||||
|
|
2
docs/_theme/djangodocs/static/homepage.css
vendored
2
docs/_theme/djangodocs/static/homepage.css
vendored
|
@ -19,4 +19,4 @@
|
|||
#index #s-solving-specific-problems,
|
||||
#index #s-reference,
|
||||
#index #s-and-all-the-rest
|
||||
{ clear: left; }
|
||||
{ clear: left; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue