new sidebar logo

This commit is contained in:
Kenneth Reitz
2011-06-23 05:16:13 -04:00
parent 882b465968
commit 749edb3554
3 changed files with 8 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

+6 -1
View File
@@ -1,4 +1,9 @@
<h3><a href="http://python-requests.org">About Requests</a></h3>
<p class="logo">
<a href="{{ pathto(master_doc) }}">
<img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" alt="Logo"/>
</a>
</p>
<p>
Requests is an elegant and simple HTTP library for Python, built for
human beings. You are currently looking at the documentation of the
+2 -2
View File
@@ -91,8 +91,8 @@ div.sphinxsidebarwrapper {
}
div.sphinxsidebarwrapper p.logo {
padding: 0 0 20px 0;
margin: 0;
padding: 0;
margin: -10px 0 0 -20px;
text-align: center;
}