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.
This commit is contained in:
Lauryn Menard
2025-10-13 13:46:57 +02:00
committed by Tim Abbott
parent e4b425c083
commit e98cf5819c

View File

@@ -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. */