From 193e6f91ac3f5828e2aafd7b642cc127874d8491 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 15 Sep 2021 11:33:16 +0700 Subject: [PATCH] added some reference links to ui --- tubearchivist/home/templates/home/base.html | 2 +- tubearchivist/home/templates/home/settings.html | 2 +- tubearchivist/static/css/style.css | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tubearchivist/home/templates/home/base.html b/tubearchivist/home/templates/home/base.html index 725a84d..48d4253 100644 --- a/tubearchivist/home/templates/home/base.html +++ b/tubearchivist/home/templates/home/base.html @@ -96,7 +96,7 @@ diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index 9fcd189..2fddf3d 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -114,7 +114,7 @@

Manual media files import.

-

Add files to the cache/import folder. Make sure to follow the instructions on Github.

+

Add files to the cache/import folder. Make sure to follow the instructions on Github.

diff --git a/tubearchivist/static/css/style.css b/tubearchivist/static/css/style.css index 918ce6f..f684884 100644 --- a/tubearchivist/static/css/style.css +++ b/tubearchivist/static/css/style.css @@ -134,11 +134,14 @@ button:hover { grid-row-end: 3; } +.footer a { + text-decoration: underline; +} + /* navigation */ .top-nav { display: block; padding: 15px 0; - /* justify-content: space-around; */ position: relative; }