From: <jd...@us...> - 2008-10-16 14:15:57
|
Revision: 6219 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6219&view=rev Author: jdh2358 Date: 2008-10-16 14:15:50 +0000 (Thu, 16 Oct 2008) Log Message: ----------- small tweaks to logo -- make it clickable to take you home Modified Paths: -------------- trunk/matplotlib/doc/_static/logo2.png trunk/matplotlib/doc/_templates/indexsidebar.html trunk/matplotlib/doc/_templates/layout.html Modified: trunk/matplotlib/doc/_static/logo2.png =================================================================== (Binary files differ) Modified: trunk/matplotlib/doc/_templates/indexsidebar.html =================================================================== --- trunk/matplotlib/doc/_templates/indexsidebar.html 2008-10-16 11:43:33 UTC (rev 6218) +++ trunk/matplotlib/doc/_templates/indexsidebar.html 2008-10-16 14:15:50 UTC (rev 6219) @@ -19,7 +19,7 @@ <h3>Screenshots</h3> <a href="{{ pathto('users/screenshots') }}"><img align=center src="{{ -pathto('_static/logo_sidebar.png', 1) }}"></a> +pathto('_static/logo_sidebar.png', 1) }} "border="0"></a> <a href="{{ pathto('users/screenshots') }}">screenshots</a> and <a href=examples>examples</a> Modified: trunk/matplotlib/doc/_templates/layout.html =================================================================== --- trunk/matplotlib/doc/_templates/layout.html 2008-10-16 11:43:33 UTC (rev 6218) +++ trunk/matplotlib/doc/_templates/layout.html 2008-10-16 14:15:50 UTC (rev 6219) @@ -8,7 +8,8 @@ {% block relbar1 %} <div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px"> -<img src="{{ pathto("_static/logo2.png", 1) }}"> +<a href="{{ pathto('index') }}"><img src="{{ +pathto("_static/logo2.png", 1) }}" border="0"></a> </div> {{ super() }} {% endblock %} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |