diff options
author | B Mathis <brandon@imathis.com> | 2009-11-13 10:15:39 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-13 10:15:39 -0600 |
commit | 0f31b5b9e271ac5fe613217a8beb88b17a415c77 (patch) | |
tree | 333f88196ee61ac9d60f1019bdfbd86f5fe4de3d /stylesheets/partials/_search.sass | |
parent | 3e69c6be8bca045b432ca20211b4aadd7df8dd5d (diff) | |
download | my_new_personal_website-0f31b5b9e271ac5fe613217a8beb88b17a415c77.tar.xz my_new_personal_website-0f31b5b9e271ac5fe613217a8beb88b17a415c77.zip |
fixed search positioning, made layout calculations better
Diffstat (limited to 'stylesheets/partials/_search.sass')
-rw-r--r-- | stylesheets/partials/_search.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/partials/_search.sass b/stylesheets/partials/_search.sass index 71f2460e..72bebdf9 100644 --- a/stylesheets/partials/_search.sass +++ b/stylesheets/partials/_search.sass @@ -10,7 +10,7 @@ #q background: none position: relative - top: -2px + top: 1px width: 160px margin-left: 30px font-size: 15px |