aboutsummaryrefslogtreecommitdiff
path: root/doc/bootstrap
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2014-10-17 09:39:43 -0700
committerVictor Zverovich <victor.zverovich@gmail.com>2014-10-17 09:39:43 -0700
commitfb6ed7590b491ccc809ae14cc03ed737f0ab6a90 (patch)
tree991cfeecebcfbf01b83010dd939526c0255c5494 /doc/bootstrap
parente9bf788bd51e0ec32bd58a69b10a6afea6acdc86 (diff)
downloadfmtlib-fb6ed7590b491ccc809ae14cc03ed737f0ab6a90.tar.gz
Align footer with the main content
Diffstat (limited to 'doc/bootstrap')
-rw-r--r--doc/bootstrap/layout.html48
1 files changed, 26 insertions, 22 deletions
diff --git a/doc/bootstrap/layout.html b/doc/bootstrap/layout.html
index 15130ce0..8b72ea35 100644
--- a/doc/bootstrap/layout.html
+++ b/doc/bootstrap/layout.html
@@ -118,28 +118,32 @@
{%- block footer %}
<footer class="footer">
<div class="container">
- <p class="pull-right">
- <a href="#">Back to top</a>
- {% if theme_source_link_position == "footer" %}
- <br/>
- {% include "sourcelink.html" %}
- {% endif %}
- </p>
- <p>
- {%- if show_copyright %}
- {%- if hasdoc('copyright') %}
- {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}<br/>
- {%- else %}
- {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}<br/>
- {%- endif %}
- {%- endif %}
- {%- if last_updated %}
- {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}<br/>
- {%- endif %}
- {%- if show_sphinx %}
- {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}<br/>
- {%- endif %}
- </p>
+ <div class="row">
+ <div class="col-md-8 col-md-offset-2">
+ <p class="pull-right">
+ <a href="#">Back to top</a>
+ {% if theme_source_link_position == "footer" %}
+ <br/>
+ {% include "sourcelink.html" %}
+ {% endif %}
+ </p>
+ <p>
+ {%- if show_copyright %}
+ {%- if hasdoc('copyright') %}
+ {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}<br/>
+ {%- else %}
+ {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}<br/>
+ {%- endif %}
+ {%- endif %}
+ {%- if last_updated %}
+ {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}<br/>
+ {%- endif %}
+ {%- if show_sphinx %}
+ {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}<br/>
+ {%- endif %}
+ </p>
+ </div>
+ </div>
</div>
</footer>
{%- endblock %}