From e98cf5819c05eb618238d48aa249665c06bba0a2 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 13 Oct 2025 13:46:57 +0200 Subject: [PATCH] create-realm: Remove CSS rule for 'input.new-organization-button'. In commit 7afbc9d, the button to create a new organization in `templates/zerver/create_realm.html` was changed from an input element to a button element. Removes CSS rule that's been unused since that change. --- web/styles/portico/portico.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/styles/portico/portico.css b/web/styles/portico/portico.css index d01fa8ce16..155ebc7396 100644 --- a/web/styles/portico/portico.css +++ b/web/styles/portico/portico.css @@ -780,12 +780,6 @@ input#terminal:checked ~ #tab-terminal { margin-top: 10px; } -input.new-organization-button { - display: block; - margin-left: auto; - margin-right: auto; -} - .login-form { margin: auto; /* plus input padding. */