From 8653d3e936ce67e15e1ed4424591a480d68cd87d Mon Sep 17 00:00:00 2001 From: B Mathis Date: Thu, 12 Nov 2009 14:14:08 -0600 Subject: [PATCH] fixed positioning of search field --- stylesheets/partials/_search.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/partials/_search.sass b/stylesheets/partials/_search.sass index 4de9c02..71f2460 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