From: Kefu Chai Date: Sun, 14 Mar 2021 11:44:39 +0000 (+0800) Subject: doc/_themes: remove the spacing in "dl dt" X-Git-Tag: v17.1.0~2536^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=88dcf7f338335cb4615db2f704366ef477b34287;p=ceph.git doc/_themes: remove the spacing in "dl dt" see https://docs.ceph.com/en/latest/dev/developer_guide/running-tests-locally/#internal-working-of-vstart-runner-py Signed-off-by: Kefu Chai --- diff --git a/doc/_themes/ceph/static/ceph.css_t b/doc/_themes/ceph/static/ceph.css_t index 3f7c0afb07c..60c2a476054 100644 --- a/doc/_themes/ceph/static/ceph.css_t +++ b/doc/_themes/ceph/static/ceph.css_t @@ -134,7 +134,7 @@ html.writer-html5 .rst-content table.docutils th, /* lists */ .rst-content .section dl:not(.docutils) dt { - display: table-cell; + display: inline-block; } .rst-content table.docutils ul + ul {