File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,13 @@ <h3>{{ _('Navigation') }}</h3>
172
172
{%- endif %}
173
173
< div style ="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative; ">
174
174
{%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
175
- < a href ="{{ pathto('index') }} "> < img src ="{{pathto( "_static /logo2.png", 1) }}" width="540px " border ="0 " alt ="matplotlib "/> </ a >
175
+ < a href ="{{ pathto('index') }} ">
176
+ < div style ="text-align: right; float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 22px; color: #789 "> Version {{ version|e }}</ div >
177
+ < img src ="{{pathto( "_static /logo2.png", 1) }}" height="125px " border ="0 " alt ="matplotlib "/> </ a >
176
178
{%- else %}
177
- < a href ="{{ pathto('index') }} "> < img src ="{{pathto( "_static /logo2.svg", 1) }}" width="540px " border ="0 " alt ="matplotlib "/> </ a >
179
+ < a href ="{{ pathto('index') }} ">
180
+ < div style ="text-align: right; float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 22px; color: #789 "> Version {{ version|e }}</ div >
181
+ < img src ="{{pathto( "_static /logo2.png", 1) }}" height="125px " border ="0 " alt ="matplotlib "/> </ a >
178
182
{%- endif %}
179
183
180
184
<!-- The "Fork me on github" ribbon -->
You can’t perform that action at this time.
0 commit comments