mirror of https://github.com/zulip/zulip.git
portico: Remove now-unused hello-footer code.
This commit is contained in:
parent
d21e1ccc1c
commit
b0bd501c0d
|
@ -602,10 +602,6 @@ a.bottom-signup-button {
|
|||
padding-top: 0px !important;
|
||||
}
|
||||
|
||||
.hello-footer {
|
||||
height: 54px !important;
|
||||
}
|
||||
|
||||
.portico-page-header {
|
||||
font-weight: 300;
|
||||
font-size: 35px;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{% extends "zerver/portico.html" %}
|
||||
{% block hello_page_container %} hello-main{% endblock %}
|
||||
{% block hello_page_footer %} hello-footer{% endblock %}
|
||||
{% block os_announcement %}
|
||||
{% if show_oss_announcement %}
|
||||
<div class="os-headline-container">
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block hello_page_container %} hello-main{% endblock %}
|
||||
{% block hello_page_footer %} hello-footer{% endblock %}
|
||||
|
||||
{% block os_announcement %}
|
||||
{% if show_oss_announcement %}
|
||||
|
|
Loading…
Reference in New Issue