From 64a629fc7703c4034fbbc1d027e1577c707b3b40 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 30 Aug 2017 14:15:06 -0700 Subject: [PATCH] Move .call-to-action-bottom out of .testimonials. It should be its own first level element. --- templates/zerver/hello.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/templates/zerver/hello.html b/templates/zerver/hello.html index 8da10c45ea..d49b534427 100644 --- a/templates/zerver/hello.html +++ b/templates/zerver/hello.html @@ -598,22 +598,22 @@ -
-

Experience Zulip today!

- {% if register_link_disabled %} - {% elif only_sso %} - - - - {% else %} - - - - {% endif %} -
-
+ +
+

Experience Zulip today!

+ {% if register_link_disabled %} + {% elif only_sso %} + + + + {% else %} + + + + {% endif %} +
{% endblock %}