]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/_theme: remove the spacing at top of "dl dt"
authorKefu Chai <kchai@redhat.com>
Fri, 5 Mar 2021 16:13:05 +0000 (00:13 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 5 Mar 2021 16:13:16 +0000 (00:13 +0800)
otherwise there is a margin-top on top of dt.

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

index dea014c947185679712aa52f14dc642f13d948c3..029bfae218618e05a16f3537f204cdb8f1d82bd4 100644 (file)
@@ -109,7 +109,7 @@ div.highlight {
   border-collapse: collapse;
 }
 
-.rst-content table dl:not(.docutils) dt {
+.rst-content li dl:not(.docutils) dt {
   display: inline-block;
 }