From 2a42c781d8556dffc41b311839c451b2dff87025 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 22 Aug 2008 15:17:05 +0800 Subject: Add padding before each project in 'other projects' lists Signed-off-by: Jeremy Kerr --- htdocs/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'htdocs') 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; -- cgit v1.2.3