From c106780a58bf9ef6c6adb9fa3837d07cba4c19bf Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 19:51:03 +0100 Subject: style: Add margin bottom to ul --- style/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'style') diff --git a/style/style.css b/style/style.css index 59f981e..f8dd3ec 100644 --- a/style/style.css +++ b/style/style.css @@ -239,6 +239,7 @@ label { #page ul { padding: 0; margin-top: 0.5em; + margin-bottom: 0.5em; font-size: 15px; } -- cgit