]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/_themes: remove the spacing in "dl dt"
authorKefu Chai <kchai@redhat.com>
Sun, 14 Mar 2021 11:44:39 +0000 (19:44 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Mar 2021 12:19:02 +0000 (20:19 +0800)
see
https://docs.ceph.com/en/latest/dev/developer_guide/running-tests-locally/#internal-working-of-vstart-runner-py

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/_themes/ceph/static/ceph.css_t

index 3f7c0afb07c674ab7779e32535bcaef8aa0ca324..60c2a476054a674d47a1fa62760be70660c52f2a 100644 (file)
@@ -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 {