diff options
author | Emile <hanemile@protonmail.com> | 2020-03-15 22:29:03 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-15 22:29:03 +0100 |
commit | c7f434875b9c4bfe8881b585342a47ee696245fa (patch) | |
tree | 72f180d3e492250e35b43d45a39e75ad171e1a51 /hosted | |
parent | 4b805116076b35c3d2a5648b914af21af2ec21b3 (diff) |
adjusted the filter box
Diffstat (limited to 'hosted')
-rw-r--r-- | hosted/static/css/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |