mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
create-realm: Remove 'left' and 'center' classes.
The 'left' and 'center' classes have no apparent CSS styles or frontend code that uses them on the `create_realm.html` template.
This commit is contained in:
committed by
Tim Abbott
parent
69a8ec3ae9
commit
97fc26dd99
@@ -9,9 +9,9 @@
|
||||
|
||||
{% block portico_content %}
|
||||
<div class="app register-page">
|
||||
<div class="app-main register-page-container new-style flex full-page center">
|
||||
<div class="app-main register-page-container new-style flex full-page">
|
||||
|
||||
<div class="register-form left" id="new-realm-creation">
|
||||
<div class="register-form" id="new-realm-creation">
|
||||
<div class="lead">
|
||||
<h1 class="get-started">{{ _("Create a new Zulip organization") }}</h1>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user