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 2008-04-14 10:17:33 +02:00
父节点 adf61225c4
当前提交 2ee1238cdf

查看文件

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