summaryrefslogtreecommitdiff
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-04-14 10:17:33 +0200
committerLars Hjemli <hjemli@gmail.com>2008-04-14 10:21:18 +0200
commit2ee1238cdff66dcd4bf98f83b820678976f53ed8 (patch)
tree0b5b572f553d69491780ac63118ed5387b8ee126 /cgit.css
parentadf61225c40dd89e2bb1af0087767aee66791c4e (diff)
downloadcgit-2ee1238cdff66dcd4bf98f83b820678976f53ed8.tar.gz
cgit-2ee1238cdff66dcd4bf98f83b820678976f53ed8.tar.bz2
cgit-2ee1238cdff66dcd4bf98f83b820678976f53ed8.zip
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>
Diffstat (limited to '')
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
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;
}
fb31d94ba290b88e629e51&follow=1'>1.2.3 releaseAntonio Terceiro1-1/+1 2014-10-07Fix cleanup of maildirsAntonio Terceiro3-1/+16 2014-05-18feed2imap-test: reuse cache dir/protect configAntonio Terceiro1-1/+1 2014-02-13feed2imap-test: can now take a feed URL as argumentAntonio Terceiro1-3/+22 2014-02-13update .gitignoreAntonio Terceiro1-0/+2 2014-02-13fix dependency on ruby-feedparserAntonio Terceiro1-1/+1 2014-02-05Release 1.2.2Antonio Terceiro2-2/+2 2014-02-05config: fix regression with arrays as targetAntonio Terceiro2-1/+17 2013-08-28Fix teardown method nameAntonio Terceiro1-1/+1