From 6a98a413bde62321cd5f0ff6e94c40c104f62091 Mon Sep 17 00:00:00 2001
From: "20th (Victor Nikulshin)" <20th@alahost.net>
Date: Wed, 20 Mar 2013 15:44:55 +0600
Subject: [PATCH 2/2] Add small margin below DD elements

Without this margin lists of definitions (DL) look very cramped.
---
 style.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/style.css b/style.css
index 466c0da..c154b1f 100644
--- a/style.css
+++ b/style.css
@@ -853,6 +853,10 @@ ul.inline li {
   padding: 0;
 }
 
+dl dd {
+  margin-bottom: 1em;
+}
+
 /*-------------------------------------------*
 /* Admin Tabs
 /*-------------------------------------------*/
-- 
1.8.1

