summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-22 23:40:13 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-22 23:40:13 +1000
commit1db57c8d3bf7a960871dd73b72130f22a7d81ef3 (patch)
treecac290a59645940bdf83b5ef4674fc59a14336bc /templates/base.html
parentce82e9b1471123e188d2c6137b587dd035b709e4 (diff)
Try to improve the style and position of the Upload button
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 2d4fa93..854a845 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -14,7 +14,7 @@
<body>
<nav>
<a href="/">Tube</a>
- <a href="/upload">Upload</a>
+ <a class="centered" href="/upload">Upload</a>
</nav>
<main>
{{template "content" .}}