diff options
author | B Mathis <brandon@imathis.com> | 2009-11-12 14:14:08 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-12 14:14:08 -0600 |
commit | 8653d3e936ce67e15e1ed4424591a480d68cd87d (patch) | |
tree | 5e6c20910d10d8afeeeb68a2550429a904fa0263 | |
parent | c51a1be7f9d186f4d5ebd4fd390526c9ace64abe (diff) | |
download | my_new_personal_website-8653d3e936ce67e15e1ed4424591a480d68cd87d.tar.xz my_new_personal_website-8653d3e936ce67e15e1ed4424591a480d68cd87d.zip |
fixed positioning of search field
Diffstat (limited to '')
-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 |