From 2cdc4f4a6ad75a5cb6fd8647966c08a6a0111efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 22 Dec 2021 14:42:54 +0000 Subject: styles/cgit: Force header in page width --- src/style/cgit.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/style/cgit.css b/src/style/cgit.css index 32c814e..0865d1c 100644 --- a/src/style/cgit.css +++ b/src/style/cgit.css @@ -27,7 +27,6 @@ table { table#header { width: 100%; margin-bottom: 1em; - margin-left: 2em; } table#header td.logo { @@ -52,6 +51,11 @@ table#header td.form { white-space: nowrap; } +form, input, select { + border-radius: 0; + border-width: 1px; +} + table#header td.form form, table#header td.form input, table#header td.form select { -- cgit v1.2.3