Skip to content

Commit eea17fe

Browse files
authored
Previous button float left
Fixes #621
1 parent 26d6108 commit eea17fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd_theme/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}" accesskey="n" rel="next">{{ _('Next') }} <span class="fa fa-arrow-circle-right"></span></a>
66
{% endif %}
77
{% if prev %}
8-
<a href="{{ prev.link|e }}" class="btn btn-neutral" title="{{ prev.title|striptags|e }}" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> {{ _('Previous') }}</a>
8+
<a href="{{ prev.link|e }}" class="btn btn-neutral float-left" title="{{ prev.title|striptags|e }}" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> {{ _('Previous') }}</a>
99
{% endif %}
1010
</div>
1111
{% endif %}

0 commit comments

Comments
 (0)