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>2012-03-09 19:10:13 -0300
commit7697ce94003f4a0647cdabe1988fe254fa35af40 (patch)
tree8b294ba64e7ffb2c5561300be0ee6ee7dea5fa5e
parent8b3713eb810b63bc006b7a46dfff775a76f9c5f6 (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 {