]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
doc: overide the default margin for "ul.simple > li"
authorKefu Chai <kchai@redhat.com>
Fri, 13 Mar 2020 05:11:49 +0000 (13:11 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Mar 2020 12:16:18 +0000 (20:16 +0800)
commite2e9de8b4d794db800db099e9dfa1432ded2de7b
tree73895ba003284b67669b383bb1176f79608306a3
parent090288fa3e98886165314c9d046d8a1c0f00c04b
doc: overide the default margin for "ul.simple > li"

by default, the user agent's css sets `margin-block-end` of "ul ul" to
"0", which renders the unordered lists in release notes cluttered. as we
are using nested unordered list to present the changes in different
components.

in this change a customized css is added to reset the begin and end
margin of ul to 1em, which is the default value of top level ul.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/_static/css/custom.css [new file with mode: 0644]
doc/conf.py