mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Make the big "Humbug" title a link.
(imported from commit af16043a1562a7a31efbd6f21d626c90d4d277be)
This commit is contained in:
parent
ae6cfee818
commit
873147330e
@ -19,7 +19,7 @@
|
||||
<div class="span2">
|
||||
</div>
|
||||
<div class="span10">
|
||||
<div class="title">Humbug<span class="for_you">{% block for_you %}{% endblock %}</div>
|
||||
<div class="title"><a class="title" href="/">Humbug</a><span class="for_you">{% block for_you %}{% endblock %}</div>
|
||||
{% block more_content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
@ -44,3 +44,12 @@ span.for_you {
|
||||
#company-email {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.title {
|
||||
color: black;
|
||||
}
|
||||
|
||||
a.title:hover {
|
||||
color: gray;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user