diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-22 14:42:54 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-22 14:42:54 +0000 |
commit | 2cdc4f4a6ad75a5cb6fd8647966c08a6a0111efb (patch) | |
tree | 66e6d80dfb6ddf8bdf8355aa301d9937e6e98728 | |
parent | 77815d808c7ac30a07babff61db0d803956b7a20 (diff) | |
download | rgoncalves.se-2cdc4f4a6ad75a5cb6fd8647966c08a6a0111efb.tar.gz |
styles/cgit: Force header in page width
-rw-r--r-- | src/style/cgit.css | 6 |
1 files changed, 5 insertions, 1 deletions
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 { |