summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>