aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-22 14:42:54 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-22 14:42:54 +0000
commit2cdc4f4a6ad75a5cb6fd8647966c08a6a0111efb (patch)
tree66e6d80dfb6ddf8bdf8355aa301d9937e6e98728 /src
parent77815d808c7ac30a07babff61db0d803956b7a20 (diff)
downloadwebsite-2cdc4f4a6ad75a5cb6fd8647966c08a6a0111efb.tar.gz
styles/cgit: Force header in page width
Diffstat (limited to 'src')
-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.