mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Merge d89bab1804
into 5a263753d5
This commit is contained in:
commit
45f8edff61
@ -3,10 +3,12 @@
|
|||||||
{#- Translators: This is an ARIA section label for the footer section of the page. -#}
|
{#- Translators: This is an ARIA section label for the footer section of the page. -#}
|
||||||
<div class="rst-footer-buttons" role="navigation" aria-label="{{ _('Footer') }}">
|
<div class="rst-footer-buttons" role="navigation" aria-label="{{ _('Footer') }}">
|
||||||
{%- if prev %}
|
{%- if prev %}
|
||||||
<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" aria-hidden="true"></span> {{ _('Previous') }}</a>
|
<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" aria-hidden="true"></span> {{ _('Previous') }}</a>
|
||||||
|
{%- else %}
|
||||||
|
<div class="placeholder"></div>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if next %}
|
{%- if next %}
|
||||||
<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" aria-hidden="true"></span></a>
|
<a href="{{ next.link|e }}" class="btn btn-neutral" title="{{ next.title|striptags|e }}" accesskey="n" rel="next">{{ _('Next') }} <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</div>
|
</div>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
@ -396,9 +396,12 @@ footer
|
|||||||
color: $footer-color
|
color: $footer-color
|
||||||
|
|
||||||
.rst-footer-buttons
|
.rst-footer-buttons
|
||||||
&:before, &:after
|
display: -ms-flexbox
|
||||||
width: 100%
|
display: flex
|
||||||
+clearfix
|
-ms-flex-direction: row
|
||||||
|
flex-direction: row
|
||||||
|
-ms-flex-pack: space-between
|
||||||
|
justify-content: space-between
|
||||||
|
|
||||||
.rst-breadcrumbs-buttons
|
.rst-breadcrumbs-buttons
|
||||||
margin-top: 12px
|
margin-top: 12px
|
||||||
|
Loading…
Reference in New Issue
Block a user