Skip to content

Commit deadddf

Browse files
committed
right align the "Next" button #10941
1 parent 7168d50 commit deadddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx_bootstrap_theme/bootstrap/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
{%- endif %}
9797
<!-- Next button -->
9898
{%- if next %}
99-
<a href="{{ next.link|e }}" title="{{ _('Next Chapter: ') + next.title|striptags }}">
99+
<a href="{{ next.link|e }}" title="{{ _('Next Chapter: ') + next.title|striptags }}" style="float: right;">
100100
{%- if theme_bootstrap_version == "2" -%}<span class="icon-chevron-right visible-tablet"></span>{%- endif -%}
101101
{%- if theme_bootstrap_version == "3" -%}<span class="glyphicon glyphicon-chevron-right visible-sm"></span>{%- endif -%}
102102
<span class="hidden-sm hidden-tablet">{{ "Next&raquo"|safe }}</span>

0 commit comments

Comments
 (0)