diff --git a/src/web/static/style.css b/src/web/static/style.css index 108a3063..776ab62a 100644 --- a/src/web/static/style.css +++ b/src/web/static/style.css @@ -21,7 +21,7 @@ a { text-decoration: none; } -form { +form.table { display: inline; } @@ -29,6 +29,7 @@ table, tr, td { border: 1px solid black; border-collapse:collapse; margin: none; + } .error { diff --git a/src/web/templates/base.html b/src/web/templates/base.html index c5fbb0f1..a67e79a9 100644 --- a/src/web/templates/base.html +++ b/src/web/templates/base.html @@ -21,10 +21,10 @@ - - + + -