cgit

commit 2ee1238cdff66dcd4bf98f83b820678976f53ed8

Author: Lars Hjemli <hjemli@gmail.com>

cgit.css: set form margins

According to the css2 spec, htmlforms have 1.12em top and bottom margins. That
doesn't play well with the placement of the search form, so lets force it to
use 0em margins.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

 cgit.css | 2 +-


diff --git a/cgit.css b/cgit.css
index 171b9dee6f61b2fc0793aa011e0df7bf19a53237..ea3c3832a6c3f68bdd200f33f6e399e53691d8b1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,4 +1,4 @@
-body, table {
+body, table, form {
 	padding: 0em;
 	margin: 0em;
 }