From 873147330e527ac5b07eccc23cb4f2eefab0af4e Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Wed, 26 Sep 2012 14:02:37 -0400 Subject: [PATCH] Make the big "Humbug" title a link. (imported from commit af16043a1562a7a31efbd6f21d626c90d4d277be) --- templates/zephyr/content_base.html | 2 +- zephyr/static/styles/signup.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/zephyr/content_base.html b/templates/zephyr/content_base.html index c3477cd184..fc00501ec0 100644 --- a/templates/zephyr/content_base.html +++ b/templates/zephyr/content_base.html @@ -19,7 +19,7 @@
-
Humbug{% block for_you %}{% endblock %}
+
Humbug{% block for_you %}{% endblock %}
{% block more_content %} {% endblock %}
diff --git a/zephyr/static/styles/signup.css b/zephyr/static/styles/signup.css index 8e31c3f155..884fa4292d 100644 --- a/zephyr/static/styles/signup.css +++ b/zephyr/static/styles/signup.css @@ -44,3 +44,12 @@ span.for_you { #company-email { display: none; } + +a.title { + color: black; +} + +a.title:hover { + color: gray; + text-decoration: none; +}