aboutsummaryrefslogtreecommitdiff
path: root/page.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-06-02 08:57:44 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-06-02 08:57:44 +0200
commit1ffba8f5f9d1dc40686df7bc8d5c9ea89ba2f32f (patch)
treeeb9e7817387a950becd57c9b4c7278f60e03fd4f /page.c
parent759a16a460e0aebcb4dbc9421062f818067c9c55 (diff)
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.
Diffstat (limited to 'page.c')
-rw-r--r--page.c4
1 files changed, 0 insertions, 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"