diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-08-23 12:00:57 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-08-23 12:00:57 +0800 |
commit | 22bd94ede966e42459838feb1bab0c2f0fd25f29 (patch) | |
tree | f3f8c35c2ba311672538e3c188de594cc1274058 /htdocs | |
parent | 9708947752e828735cc92b82c624fbbabd0eb8de (diff) | |
download | patchwork-22bd94ede966e42459838feb1bab0c2f0fd25f29.tar patchwork-22bd94ede966e42459838feb1bab0c2f0fd25f29.tar.gz |
Remove bottom margin from title
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 3604148..5fe0e4e 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -25,6 +25,7 @@ body { #title h1, #title h1 a { font-size: 16pt; color: white; + margin-bottom: 0; } .beta { |