aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-01-24 10:23:30 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:51:49 -0300
commitf2cce0a1b594efc6edf901848a609f3f7209e870 (patch)
treedc5c88bfdb26e58a38a048f83fea119bd796e487 /doc
parent1af49e5713f05a116de946afe152015d41813eab (diff)
Fix bug#636 - "Unable to navigate back to the main site from the generated documentation"
Diffstat (limited to 'doc')
-rw-r--r--doc/_themes/pysidedocs/layout.html2
-rw-r--r--doc/_themes/pysidedocs/static/pysidedocs.css6
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/_themes/pysidedocs/layout.html b/doc/_themes/pysidedocs/layout.html
index f6d9ac9b8..9b6abe74d 100644
--- a/doc/_themes/pysidedocs/layout.html
+++ b/doc/_themes/pysidedocs/layout.html
@@ -77,7 +77,7 @@
<div id="container">
<div id="header">
<div id="header_container">
- <div id="logo"></div>
+ <div id="logo"><a href="http://www.pyside.org"><img alt="PySide" src="{{ pathto('_static/pysidelogo.png', 1) }}" width="199" height="102" /></a></div>
<ul id="relbar">
{%- for rellink in rellinks %}
<li class="right">
diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css
index 2d99138d4..2dd60621c 100644
--- a/doc/_themes/pysidedocs/static/pysidedocs.css
+++ b/doc/_themes/pysidedocs/static/pysidedocs.css
@@ -263,10 +263,8 @@ hr {
}
#logo {
- background-image: url(pysidelogo.png);
- background-repeat: no-repeat;
-/* background-position: 0px 4px; */
- height: 112px;
+ text-align: left;
+ margin-bottom: 10px;
}
#search_box {