From 65a26958f77f7a2cac670ec80f3a5a82c3aac95a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 10 Dec 2016 21:33:29 +0100 Subject: fix embed-image for fullscreen mode and some adjustments for /help --- doc/toc.html | 64 ++++++++++++++++++++++++------------------------------------ 1 file changed, 26 insertions(+), 38 deletions(-) (limited to 'doc/toc.html') diff --git a/doc/toc.html b/doc/toc.html index 4ef79bd10..8f0261dc7 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -1,50 +1,38 @@ -
+
-
-

+
+

About -

+

    @@ -54,11 +42,11 @@
-
-

+
+

Members -

+

    @@ -68,11 +56,11 @@
-
-

+

    @@ -82,11 +70,11 @@
-
-

+

    @@ -96,11 +84,11 @@
-
-

+
+

Tutorials -

+

    @@ -418,7 +406,7 @@ var tocUl = $(this).closest('li').append('
      ').find('ul'); tocUl.removeClass(); // Classes are automatically added to
        elements by something else tocUl.toc({content: "#doco-content", headings: "h1"}); - tocUl.addClass('toc-content'); + tocUl.addClass('toc-content sub-menu'); if( $(window).height() > 499) { tocUl.sticky({topSpacing:$('nav').outerHeight(true), zIndex: 1000}); } -- cgit v1.2.3