From 1f16d319c2ac8bc560b38852b8c28308496e6ade Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 2 Jan 2011 17:04:51 +0100 Subject: [PATCH] Add some extra space under a list. --- www/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/static/css/style.css b/www/static/css/style.css index 7ea1891f..ce0b1e55 100644 --- a/www/static/css/style.css +++ b/www/static/css/style.css @@ -349,6 +349,7 @@ img.symbol { .post .entry ul { padding-left: 1em; + padding-bottom: 0.5em; } .links { -- 2.47.3