From a659ec16f17941834f2a4a3e53eaa59260c66715 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Wed, 22 Sep 2021 17:16:23 -0700 Subject: [PATCH] Switch to the basic stylesheet --- src/web/static/style.css | 2 +- src/web/templates/base.html | 1 - src/web/templates/index.html | 28 ++++++++++++++-------------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/web/static/style.css b/src/web/static/style.css index 89752578..108a3063 100644 --- a/src/web/static/style.css +++ b/src/web/static/style.css @@ -21,7 +21,7 @@ a { text-decoration: none; } -form.table { +form { display: inline; } diff --git a/src/web/templates/base.html b/src/web/templates/base.html index a67e79a9..ad4f782c 100644 --- a/src/web/templates/base.html +++ b/src/web/templates/base.html @@ -21,7 +21,6 @@ -