added overview link, improved css on non documentation pages

This commit is contained in:
Bernhard Posselt
2012-10-29 16:40:16 +01:00
parent 7206bb147a
commit fe1a0cc3d7
2 changed files with 17 additions and 3 deletions

View File

@@ -164,6 +164,7 @@
<div class="sidebar">
<div class="well">
<div class="menu-support-container">
<a href="{{ pathto(master_doc) }}">Overview</a>
<ul id="menu-support" class="menu">
{{ toctree(maxdepth=2) }}
</ul>
@@ -186,7 +187,6 @@
{%- block footer %}
<footer class="footer">
<div class="container">

View File

@@ -1032,7 +1032,7 @@ img.lang-icon{ vertical-align: 0.05em; margin-right: 0.3em; }
img.alignleft{ margin-right: 20px; }
.footer {
padding-top: 20px;
padding-top: 10px;
}
.container {
@@ -1058,4 +1058,18 @@ img.alignleft{ margin-right: 20px; }
background-position: 5px 5px;
background-size: 30px;
background-repeat: no-repeat;
}
}
.indextable a {
color: #fefefe;
}
.indextable dt {
border-radius: 5px;
}
.headerlink {
color: #dedede;
margin-left: 5px;
}