Added PDF link at top banner

(cherry picked from commit 655f9051fcb144c29ebf0e993047dc3010547948)
This commit is contained in:
Patrik Nordwall 2011-05-10 21:27:38 +02:00
parent bc38831feb
commit 650f9be399
2 changed files with 7 additions and 0 deletions

View file

@ -43,6 +43,7 @@
<h1 class="heading"><a href="{{ pathto('index') }}">
<span>{{ shorttitle|e }}</span></a></h1>
<h2 class="heading"><span>Version {{ version|e }}</span></h2>
<h2 class="rightheading"><span><a href="http://akka.io/docs/akka/{{ version|e }}/akka.pdf">PDF</a></span></h2>
{%- endif %}
{%- endblock %}
</div>

View file

@ -126,6 +126,12 @@ div.header img.rightlogo {
float: right;
}
div.header h2.rightheading {
position: relative;
top:-45px;
float: right;
}
div.title {
font-size: 1.3em;