aboutsummaryrefslogtreecommitdiffstats
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>2011-01-24 10:26:28 -0200
commit36c7cb03f442deb4d76a94e35cd11d49a3586884 (patch)
tree494acbf40c99b3c32788d7b018aa3f85b2e730e3
parent33074d875780fe078c37d51be622348d63c80864 (diff)
Fix bug#636 - "Unable to navigate back to the main site from the generated documentation"
-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 eb5743106..3115aa72b 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 5ae392367..741a6cfae 100644
--- a/doc/_themes/pysidedocs/static/pysidedocs.css
+++ b/doc/_themes/pysidedocs/static/pysidedocs.css
@@ -259,10 +259,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 {