diff --git a/doc/_static/custom.css b/doc/_static/custom.css index e3c9b6d7517..cea8054c118 100644 --- a/doc/_static/custom.css +++ b/doc/_static/custom.css @@ -72,3 +72,17 @@ div.body h4 { color: red; font-weight: bold; } + +#fh5co-footer { + font-size: 15px; +} + +#fh5co-footer .container .row .text-center p small{ + font-size: 16px; + line-height: 2.8em; +} + +#fh5co-footer .container .row .text-center p { + font-size: 12px; + line-height: 0; +} diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 57d50ad6d43..27f224fbd87 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -82,8 +82,9 @@

{% if show_copyright %}©{{ copyright }}{% endif %} +

+

{% if theme_show_powered_by|lower == 'true' %} - {% if show_copyright %}|{% endif %} Powered by Sphinx {{ sphinx_version }} & Alabaster {{ alabaster_version }} {% endif %}