mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
docs: toc styling (#5695)
This commit is contained in:
parent
023e32de05
commit
7d66bfbb7c
|
@ -5,6 +5,7 @@
|
|||
</div>
|
||||
<div class="card-body">
|
||||
{{ .TableOfContents }}
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
|
|
6
docs/static/css/custom.css
vendored
6
docs/static/css/custom.css
vendored
|
@ -180,11 +180,11 @@ a.badge-primary.focus, a.badge-primary:focus {
|
|||
nav#TableOfContents ul {
|
||||
list-style-type: none;
|
||||
padding: 0.0rem;
|
||||
margin: 0.5rem;
|
||||
margin: 0rem 0.5rem 0rem 0.5rem;
|
||||
font-size: 90%;
|
||||
white-space: nowrap;
|
||||
overflow:hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
nav#TableOfContents ul:hover {
|
||||
overflow:visible;
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user