From 1ffba8f5f9d1dc40686df7bc8d5c9ea89ba2f32f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 2 Jun 2023 08:57:44 +0200 Subject: page.c: Do not display forms as grid Otherwise, each element from the form would be stacked on top of another, which is confusing to users. --- page.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/page.c b/page.c index cf04f9a..af973a8 100644 --- a/page.c +++ b/page.c @@ -1306,10 +1306,6 @@ int page_style(struct http_response *const r) "{\n" " text-decoration: none;\n" "}\n" - "form\n" - "{\n" - " display: grid;\n" - "}\n" "form, label, table, input\n" "{\n" " margin: auto;\n" -- cgit v1.2.3