aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-09-17 12:52:08 +0100
committerLouise Crow <louise.crow@gmail.com>2013-09-17 12:52:08 +0100
commit04d0027acb637846d51c438bee01c108168c5bc2 (patch)
tree25635fc9bc02be17bee3dc9a029aafc10a671a22
parent7980e02c11bbb049d213c9ff9caa36f4edb82d54 (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.pngbin0 -> 601 bytes
-rw-r--r--public/stylesheets/custom.css4
2 files changed, 4 insertions, 0 deletions
diff --git a/public/images/search-button.png b/public/images/search-button.png
new file mode 100644
index 0000000..053db2a
--- /dev/null
+++ b/public/images/search-button.png
Binary files differ
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;
}