From 2ee1238cdff66dcd4bf98f83b820678976f53ed8 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 14 Apr 2008 10:17:33 +0200 Subject: 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 --- cgit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit.css b/cgit.css index 171b9de..ea3c383 100644 --- a/cgit.css +++ b/cgit.css @@ -1,4 +1,4 @@ -body, table { +body, table, form { padding: 0em; margin: 0em; } -- cgit v1.2.3-59-g8ed1b