mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
Merge pull request #49637 from zdover23/wip-doc-2023-01-05-top-bar-scroll-margin-top-repair
doc/css: add scroll-margin-top to dt elements Reviewed-by: Anthony D'Atri <anthony.datri@gmail.com>
This commit is contained in:
commit
1650525670
4
doc/_static/css/custom.css
vendored
4
doc/_static/css/custom.css
vendored
@ -1,3 +1,7 @@
|
||||
dt {
|
||||
scroll-margin-top: 3em;
|
||||
}
|
||||
|
||||
ul.simple > li > ul > li:last-child {
|
||||
margin-block-end : 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user