summaryrefslogtreecommitdiffstats
path: root/doc/global
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-14 17:57:20 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-10-23 00:58:11 +0200
commit35e4740385cf65f23e72adcb81ecded6d4640013 (patch)
treefecb086de34e03f00b1e3837fff2841128a77c43 /doc/global
parentbfc6e2d69d2514f7b4e889d08475972eb2f340a6 (diff)
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 <paul.wicking@qt.io>
Diffstat (limited to 'doc/global')
-rw-r--r--doc/global/template/style/online.css4
1 files changed, 2 insertions, 2 deletions
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