summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-26 22:17:06 +0200
committerMarian Sigler <m@qjym.de>2012-09-26 22:17:06 +0200
commit400b77f4cd0098c3c42bd7083eeff5e4ee3b4357 (patch)
treec053b4ed0a2e8cfb2a77a05c8b4ff78b2d3c4f2e
parent55b4cdf8bc082a9f0fc93e6f1fd4d959714accbb (diff)
downloadweb-400b77f4cd0098c3c42bd7083eeff5e4ee3b4357.tar.gz
web-400b77f4cd0098c3c42bd7083eeff5e4ee3b4357.tar.bz2
web-400b77f4cd0098c3c42bd7083eeff5e4ee3b4357.zip
Make logo a link to /; Increase margin of header
-rw-r--r--static/layout.css2
-rw-r--r--templates/base.html4
2 files changed, 4 insertions, 2 deletions
diff --git a/static/layout.css b/static/layout.css
index 7f78832..c0dde29 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -33,7 +33,7 @@ html, body {
background-color: #333;
width: 100%;
height: 4em;
- margin-bottom: 4em;
+ margin-bottom: 5em;
}
header {
position: absolute;
diff --git a/templates/base.html b/templates/base.html
index 381fd0f..762411d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,7 +16,9 @@
<div id="header-background">&nbsp;</div>
<header>
- <h1><img src="{{url_for('static', filename='logo.png')}}" alt="spline accounts" /></h1>
+ <h1><a href="{{ url_for('index') }}">
+ <img src="{{ url_for('static', filename='logo.png') }}" alt="spline accounts" />
+ </a></h1>
<span id="roundcornerb">&nbsp;</span>
<span id="roundcornerw">&nbsp;</span>