We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7168d50 commit deadddfCopy full SHA for deadddf
doc/sphinx_bootstrap_theme/bootstrap/layout.html
@@ -96,7 +96,7 @@
96
{%- endif %}
97
<!-- Next button -->
98
{%- if next %}
99
- <a href="{{ next.link|e }}" title="{{ _('Next Chapter: ') + next.title|striptags }}">
+ <a href="{{ next.link|e }}" title="{{ _('Next Chapter: ') + next.title|striptags }}" style="float: right;">
100
{%- if theme_bootstrap_version == "2" -%}<span class="icon-chevron-right visible-tablet"></span>{%- endif -%}
101
{%- if theme_bootstrap_version == "3" -%}<span class="glyphicon glyphicon-chevron-right visible-sm"></span>{%- endif -%}
102
<span class="hidden-sm hidden-tablet">{{ "Next»"|safe }}</span>
0 commit comments