From c7f434875b9c4bfe8881b585342a47ee696245fa Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 15 Mar 2020 22:29:03 +0100 Subject: adjusted the filter box --- hosted/static/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosted') diff --git a/hosted/static/css/theme.css b/hosted/static/css/theme.css index 793c3bc..49beb12 100644 --- a/hosted/static/css/theme.css +++ b/hosted/static/css/theme.css @@ -52,7 +52,6 @@ main { display: block; } .meta { - font-size: 12px; font-family: Verdana, sans-serif; border-bottom: 1px solid #9C9C9C; padding-top: 10px; @@ -62,7 +61,8 @@ main { margin-right: 1em; } #filter { - padding: 4px; + float: right; + /* padding: 4px; */ border: 1px solid #CCC; } table { -- cgit 1.4.1