]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc/_themes: fine tune styling
authorKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 03:08:47 +0000 (11:08 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 04:28:28 +0000 (12:28 +0800)
commita042c5b6594e3c9b8093f4dce6cf8da788ef7c56
treef9d106d788384080aaf76c565706b5082666980e
parent51192ca3f9a236050d42a81ad1342cf9a7f94bee
doc/_themes: fine tune styling

* fix the "dl" (definition list) display in manpage. before this
  change, if an item in dl is composed of strings with different fonts,
  it is cluttered into a single string. after this change, they are
  separated with proper spacing as before. see the "WORKLOAD" section in
  https://docs.ceph.com/en/latest/man/8/ceph-syn/ and
  https://docs.ceph.com/en/octopus/man/8/ceph-syn/
* reduce the spacing in "ul" (unordered list) in table. before
  this change, we have large spacing at end of a list in table. after
  this change, the spacing is reduced. see
  https://docs.ceph.com/en/latest/start/hardware-recommendations/#ram
  https://docs.ceph.com/en/octopus/start/hardware-recommendations/#ram
* increase the spacing between two "ul"s in table. see
  https://docs.ceph.com/en/latest/start/hardware-recommendations/#Processor
  https://docs.ceph.com/en/octopus/start/hardware-recommendations/#ram

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