diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-17 12:52:08 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-17 12:52:08 +0100 |
commit | 04d0027acb637846d51c438bee01c108168c5bc2 (patch) | |
tree | 25635fc9bc02be17bee3dc9a029aafc10a671a22 | |
parent | 7980e02c11bbb049d213c9ff9caa36f4edb82d54 (diff) |
Raise logo a bit so that it doesn't cover headings e.g. when selecting an authority.
-rw-r--r-- | public/images/search-button.png | bin | 0 -> 601 bytes | |||
-rw-r--r-- | public/stylesheets/custom.css | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/public/images/search-button.png b/public/images/search-button.png Binary files differnew file mode 100644 index 0000000..053db2a --- /dev/null +++ b/public/images/search-button.png diff --git a/public/stylesheets/custom.css b/public/stylesheets/custom.css index ec8bdda..6b8b065 100644 --- a/public/stylesheets/custom.css +++ b/public/stylesheets/custom.css @@ -10,6 +10,10 @@ background-color:#F0F0F0; background:url(/images/stripes.png); } +#banner_inner a#logo { + top: 15px; +} + #topnav { font-family:'DeliciousRoman', Arial, sans-serif; } |