docs: layout tweaks

This commit is contained in:
Nick Craig-Wood 2020-05-17 17:56:02 +01:00
parent 80572c544b
commit af19f924ff
5 changed files with 76 additions and 44 deletions

View file

@ -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');