Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cc29a3

Browse files
committed
small tweaks to logo -- make it clickable to take you home
svn path=/trunk/matplotlib/; revision=6219
1 parent 4d00c21 commit 1cc29a3

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

doc/_static/logo2.png

1.1 KB
Loading

doc/_templates/indexsidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3>Need help?</h3>
1919
<h3>Screenshots</h3>
2020

2121
<a href="{{ pathto('users/screenshots') }}"><img align=center src="{{
22-
pathto('_static/logo_sidebar.png', 1) }}"></a>
22+
pathto('_static/logo_sidebar.png', 1) }} "border="0"></a>
2323

2424
<a href="{{ pathto('users/screenshots') }}">screenshots</a> and <a href=examples>examples</a>
2525

doc/_templates/layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
{% block relbar1 %}
1010
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
11-
<img src="{{ pathto("_static/logo2.png", 1) }}">
11+
<a href="{{ pathto('index') }}"><img src="{{
12+
pathto("_static/logo2.png", 1) }}" border="0"></a>
1213
</div>
1314
{{ super() }}
1415
{% endblock %}

0 commit comments

Comments
 (0)