aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/style/cgit.css6
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 {
remember that computers suck.