forked from TrueCloudLab/rclone
docs: layout tweaks
This commit is contained in:
parent
80572c544b
commit
af19f924ff
5 changed files with 76 additions and 44 deletions
2
docs/static/js/custom.js
vendored
2
docs/static/js/custom.js
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Add hover links on headings
|
||||
$(function() {
|
||||
return $("h2, h3, h4, h5, h6").each(function(i, el) {
|
||||
return $("h2, h3, h4, h5, h6").each(function(i, el) {
|
||||
var $el, icon, id;
|
||||
$el = $(el);
|
||||
id = $el.attr('id');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue