diff options
Diffstat (limited to 'src/style/cgit.css')
-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 { |