X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2F_layouts%2Fbootstrap.html;h=6e03156e1371829767d1ad3645926dfda9e40cba;hb=0fed26b3130003f7444857c0c0247c631be9db8b;hp=c49167114a9adba937827789b2934cb5e19ed09c;hpb=ae6efdc4a0dd1825a30a1b95b70d6a5f799713a9;p=ardour-manual diff --git a/source/_layouts/bootstrap.html b/source/_layouts/bootstrap.html index c491671..6e03156 100644 --- a/source/_layouts/bootstrap.html +++ b/source/_layouts/bootstrap.html @@ -3,21 +3,20 @@ bootstrap_path: /bootstrap-2.2.2 page_title: The Ardour Manual --- - - - + + + + - - {{page.page_title}} - - - + + + - + - + @@ -45,12 +44,18 @@ page_title: The Ardour Manual
-

The Ardour Manual

- {% tree %} +
+

The Ardour Manual

+ {% tree %} +
-

{{ page.title }}

- {{ content }} + +
+

{{ page.title }}

+ {{ content }} +
@@ -67,18 +72,30 @@ page_title: The Ardour Manual name = '/' + document.location.pathname.split('/')[1] + '/', offset; - for (var i = 0; i < anchors.length; i++) { + for (var i = 0; i < anchors.length; i++) { if (anchors[i].getAttribute('name') === name) { offset = anchors[i].offsetTop; break; } } - if (tree && offset) { + if (tree && offset) { tree.scrollTop = offset - 10; } + +