This commit is contained in:
Patrik Nordwall 2011-05-10 09:59:35 +02:00
commit bfd3f22fb2
32 changed files with 663 additions and 246 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Before After
Before After

View file

@ -38,11 +38,11 @@
</a>
{%- else %}
{%- if logo -%}
<img class="rightlogo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
<img class="leftlogo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
{%- endif -%}
<h1 class="heading"><a href="{{ pathto('index') }}">
<span>{{ shorttitle|e }}</span></a></h1>
<h2 class="heading"><span>{{ title|striptags|e }}</span></h2>
<h1 class="heading"><a href="{{ pathto('index') }}">
<span>{{ shorttitle|e }}</span></a></h1>
<h2 class="heading"><span>Version {{ version|e }}</span></h2>
{%- endif %}
{%- endblock %}
</div>

View file

@ -112,13 +112,16 @@ div.header h2 {
font-size: 1.3em;
font-weight: normal;
letter-spacing: 1px;
text-transform: uppercase;
color: #aaa;
color: {{ theme_headingcolor }};
border: 0;
margin-top: -3px;
padding: 0;
}
div.header img.leftlogo {
float: left;
}
div.header img.rightlogo {
float: right;
}