all repos — cgit @ 2ee1238cdff66dcd4bf98f83b820678976f53ed8

a hyperfast web frontend for git written in c

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>
Lars Hjemli hjemli@gmail.com
Mon, 14 Apr 2008 10:17:33 +0200
commit

2ee1238cdff66dcd4bf98f83b820678976f53ed8

parent

adf61225c40dd89e2bb1af0087767aee66791c4e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M cgit.csscgit.css

@@ -1,4 +1,4 @@

-body, table { +body, table, form { padding: 0em; margin: 0em; }