From d35fb48dd2cb3acc893f1478a8e87122ecfff02c Mon Sep 17 00:00:00 2001 From: CHaBou Date: Fri, 19 May 2017 19:00:46 +0200 Subject: [PATCH] Doc: fix space between text and table (#1712) * Doc: put margin top for

, not bottom * Doc: revert changes about

margins and add margin bottom to table --- website/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/index.html b/website/index.html index 82128f50..871c07a5 100644 --- a/website/index.html +++ b/website/index.html @@ -316,6 +316,7 @@ #content table { width: 100%; border-collapse: collapse; + margin-bottom: 20px; } #content td > table { @@ -510,6 +511,7 @@ #content table { margin-left: 0; margin-right: 0; + margin-bottom: 20px; } #content table td {