Try and fix RTD logo overwriting. This should prob be fancy CSS.

rtd2
Eric Holscher 2011-11-12 23:24:24 -08:00
parent aa21d3c9d1
commit ff372704d8
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@
{% block footer %}
{{ super() }}
<!-- End original user content -->
{# Keep this here, so that the RTD logo doesn't stomp on the bottom of the theme. #}
{% if not using_theme %}
<br>
<br>
<br>
{% endif %}
<style type="text/css">
.badge {