]> gitweb.ps.run Git - ps-cgit/commitdiff
cgit.css: set form margins
authorLars Hjemli <hjemli@gmail.com>
Mon, 14 Apr 2008 08:17:33 +0000 (10:17 +0200)
committerLars Hjemli <hjemli@gmail.com>
Mon, 14 Apr 2008 08:21:18 +0000 (10:21 +0200)
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

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