mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
Add "scroll-margin-top: 4em;" to the h2 html element's definition in custom.css. This moves the text under all h2 html elements out of the way of the sticky-header-style top bar, which previously obscured the text. Signed-off-by: Zac Dover <zac.dover@gmail.com>
21 lines
278 B
CSS
21 lines
278 B
CSS
dt {
|
|
scroll-margin-top: 3em;
|
|
}
|
|
|
|
h2 {
|
|
scroll-margin-top: 4em;
|
|
}
|
|
|
|
section {
|
|
scroll-margin-top: 4em;
|
|
}
|
|
|
|
ul.simple > li > ul > li:last-child {
|
|
margin-block-end : 1em;
|
|
}
|
|
|
|
div.section > ul > li > p {
|
|
margin-block-start : 0.6em;
|
|
margin-block-end : 0.6em;
|
|
}
|