diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-22 23:40:13 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-22 23:40:13 +1000 |
| commit | 1db57c8d3bf7a960871dd73b72130f22a7d81ef3 (patch) | |
| tree | cac290a59645940bdf83b5ef4674fc59a14336bc /templates | |
| parent | ce82e9b1471123e188d2c6137b587dd035b709e4 (diff) | |
Try to improve the style and position of the Upload button
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 2 |
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" .}}
|
