From 35e4740385cf65f23e72adcb81ecded6d4640013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 14 Oct 2020 17:57:20 +0200 Subject: doc: Fix table bottom margin It was way too small, and should match the margins for other content such as paragraphs, so that an inline table in between two paragraphs has a balanced spacing. Change-Id: I2adb434ac7773e9796199f40d5318368ca380aca Reviewed-by: Paul Wicking --- doc/global/template/style/online.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/global/template') diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index a21dca37ae..315b01340a 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -558,7 +558,6 @@ blockquote:before,blockquote:after,q:before,q:after { table { border-collapse:collapse; border-spacing:0; - margin-bottom:5px; width:100% } a { @@ -937,7 +936,8 @@ div.main_index .row:after { background-color:#f3f3f4 } div.table { - overflow-x:auto + overflow-x:auto; + margin-bottom:1.5em; } .context tr > td > pre { font-size:0.75em -- cgit v1.2.3