mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 05:11:02 +08:00
docs: fix in-page anchor navigation positioning
This commit is contained in:
parent
59c75ba442
commit
4daecd3158
4
docs/static/css/custom.css
vendored
4
docs/static/css/custom.css
vendored
|
@ -45,6 +45,10 @@ h5:hover .header-link,
|
||||||
h6:hover .header-link {
|
h6:hover .header-link {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
h2, h3, h4, h5, h6 {
|
||||||
|
padding-top: 55px;
|
||||||
|
margin-top: -44px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fix spacing between menu items */
|
/* Fix spacing between menu items */
|
||||||
.navbar-default .dropdown-menu>li>a {
|
.navbar-default .dropdown-menu>li>a {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user