diff options
-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 { |