diff options
| author | imperatormk <darko.simonovski@hotmail.com> | 2020-03-25 00:29:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-25 09:29:08 +1000 |
| commit | 363f62ae5f1255ac2580bdf32ae7b98b78cee5a3 (patch) | |
| tree | 8c6ea1928736e39376f5c9ffa45464102a798237 /templates/base.html | |
| parent | 5803bcb6fc5179c26c8b908eeb48fe923e543550 (diff) | |
Reworked upload box (#2)
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 854a845..a156f3b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" type="text/css" href="/static/theme.css">
+ <link rel="stylesheet" type="text/css" href="/static/upload.css">
{{ template "stylesheets" . }}
{{ template "css" . }}
@@ -14,7 +15,7 @@ <body>
<nav>
<a href="/">Tube</a>
- <a class="centered" href="/upload">Upload</a>
+ <a class="centered" style="text-indent: 0;" href="/upload">Upload</a>
</nav>
<main>
{{template "content" .}}
|
