diff options
author | Ev Bogue <ev@evbogue.com> | 2019-12-01 08:34:08 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-12-01 08:34:08 -0600 |
commit | 76a421ebd44baa7befa4da8783e5fc5e97261342 (patch) | |
tree | 7e82e3caa3fd35762c4d63cb219b8233357c7055 | |
parent | e1f40329ea6a19d38efc2b39196527a271050f02 (diff) |
style tweaks
-rw-r--r-- | css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 2f28584..96a50e7 100644 --- a/css/style.css +++ b/css/style.css @@ -214,7 +214,6 @@ form.search { margin-right: 1.7em; float: right; list-style-type: none; - background: #333; border-radius: 100%; } @@ -236,7 +235,7 @@ button { display: inline-block; *display: inline; padding: 4px 12px; - margin-top: 0; + margin-top: 5px; margin-bottom: 0; *margin-left: .3em; font-size: 14px; |