From 16ef15ca84db1ed5f9ab916aa4918685473a4d2c Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Wed, 1 Apr 2020 21:56:48 +0200
Subject: Increase space above field documentation slightly

---
 doc/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/style.css b/doc/style.css
index dba66b3..28f0519 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -499,7 +499,7 @@ td.mlabels-right {
 }
 
 .fieldtable {
-  margin-top: 0.5em;
+  margin-top: 1em;
   border-collapse: collapse;
 }
 
-- 
cgit v1.2.1