From cd24189c47127134953a12ba309246627b889080 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 1 Jun 2003 12:08:53 +0000 Subject: [PATCH] Padding on lists. git-svn-id: http://svn.automattic.com/wordpress/trunk@138 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/b2.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-admin/b2.css b/wp-admin/b2.css index 1f53f63946..15c0023755 100644 --- a/wp-admin/b2.css +++ b/wp-admin/b2.css @@ -38,6 +38,10 @@ label { font-weight: bold; } +li { + margin-bottom: 6px; +} + p { line-height: 130%; }