summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archnavbar.css4
-rw-r--r--cgitrc1
-rw-r--r--header.html3
3 files changed, 6 insertions, 2 deletions
diff --git a/archnavbar.css b/archnavbar.css
index 4d30e60..6c65d3e 100644
--- a/archnavbar.css
+++ b/archnavbar.css
@@ -12,9 +12,9 @@
/* logo trickery -- GIF for IE6 and PNG for the rest */
#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; }
/* IE6 doesn't support alpha PNGs so we serve it a GIF */
-#archnavbarlogo { background: url('archlogo.gif') no-repeat !important; }
+#archnavbarlogo { background: url('arch32logo.png') no-repeat !important; }
/* and use a proper PNG for all other modern browsers */
-html > body #archnavbarlogo { background: url('archlogo.png') no-repeat !important; }
+html > body #archnavbarlogo { background: url('arch32logo.png') no-repeat !important; }
/* move the paragraph text offscreen */
#archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; }
diff --git a/cgitrc b/cgitrc
index 8cf9efa..36199cd 100644
--- a/cgitrc
+++ b/cgitrc
@@ -14,6 +14,7 @@ footer=/usr/share/webapps/cgit/footer.html
# Allow http transport git clone
#enable-http-clone=0
+remove-suffix=1
# if you do not want that webcrawler (like google) index your site
robots=noindex, nofollow
diff --git a/header.html b/header.html
index 461aa1d..c39ba54 100644
--- a/header.html
+++ b/header.html
@@ -14,3 +14,6 @@
</ul>
</div>
</div><!-- #archnavbar -->
+ <div id="content">
+ Send patches - preferably formatted by <a href="https://linux.die.net/man/1/git-format-patch">git fotmat-patch</a> - to <i>patches at archlinux32 dot org</i>.
+ </div>