diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-09-16 10:57:52 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-09-16 12:09:36 +0100 |
commit | 94eefd313e6b8d5b4ef2f677d5516e2a7ac8b9aa (patch) | |
tree | 7a194ad765ee057685bad0c66475afc9e2fad951 | |
parent | 55f7757f464b12bb945f9f7d94120ea4c5595b51 (diff) |
Make search result preview top align with "Search" page heading
-rw-r--r-- | public/stylesheets/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index d9bdd25a8..35f456e72 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -953,6 +953,7 @@ a img.attachment_image { padding-left: 1em; padding-right: 1em; overflow: hidden; + margin-top: -67px; } #authority_preview #header_left, |