This commit is contained in:
Pavel Lechenko 2013-08-07 21:24:23 +04:00
parent 1269368e49
commit e8cc3a96f1
3 changed files with 21 additions and 0 deletions

View File

@ -20,6 +20,16 @@
{% extends "cloud/layout.html" %}
{%- block sidebarlogo %}
{%- if logo %}
<p class="logo"><a href="{{ pathto(theme_logotarget) }}">
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
</a><br>Version {{ version }}
</p>
{%- endif %}
{%- endblock %}
{%- block relbar1 %}
<div class="relbar-top">
<div class="related_hf">

View File

@ -98,6 +98,12 @@ div.section.emphasize-children > div.section > h3
border-width: 1px 1px 1px 1px;
font-style: normal;
}
div.sphinxsidebar
{
line-height: 100%;
}
div.sphinxsidebar #searchbox input[type="text"] {
width: 145px;
}

View File

@ -1,3 +1,8 @@
div.sphinxsidebar p.logo
{
margin: 1em 10px 0 -10px;
text-align: right;
}
li.toctree-l1, li.toctree-l2
{
margin-top: 4px;