diff options
-rw-r--r-- | stylesheets/partials/_search.sass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stylesheets/partials/_search.sass b/stylesheets/partials/_search.sass index 4de9c021..71f2460e 100644 --- a/stylesheets/partials/_search.sass +++ b/stylesheets/partials/_search.sass @@ -4,11 +4,13 @@ top= 10% form background: url(/images/search_bg.png) no-repeat - padding: 2px 0 0 + padding: 0 height: 28px width: 218px #q background: none + position: relative + top: -2px width: 160px margin-left: 30px font-size: 15px |