From: Jeremy Kerr Date: Fri, 22 Aug 2008 07:17:05 +0000 (+0800) Subject: Add padding before each project in 'other projects' lists X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=2a42c781d8556dffc41b311839c451b2dff87025;p=patchwork Add padding before each project in 'other projects' lists Signed-off-by: Jeremy Kerr --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index dcee867..0d9f58b 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -84,6 +84,10 @@ input { border: thin solid #909090; } +dl dt { + margin-top: 0.8em; +} + #footer { padding: 1em; font-size: small;