summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-06-30 17:58:34 -0700
committerAlexander Early <alexander.early@gmail.com>2016-06-30 17:58:34 -0700
commit275b9cb8a6db8bdfaa118a4d88d33bf8b7dfc02d (patch)
treedd42defd59ec6f2f37626378df91fdae41504ac1
parentc1a26634b5394061975975e06b316a61681ffffe (diff)
downloadasync-275b9cb8a6db8bdfaa118a4d88d33bf8b7dfc02d.tar.gz
fix nav z-ordering
-rw-r--r--support/jsdoc/theme/tmpl/layout.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/jsdoc/theme/tmpl/layout.tmpl b/support/jsdoc/theme/tmpl/layout.tmpl
index c0551d1..292d1e5 100644
--- a/support/jsdoc/theme/tmpl/layout.tmpl
+++ b/support/jsdoc/theme/tmpl/layout.tmpl
@@ -65,10 +65,6 @@
<label for="nav-trigger" class="overlay"></label>
-<nav>
- <?js= this.nav ?>
-</nav>
-
<div id="main">
<?js if (title != 'Home') { ?>
<h1 class="page-title"><?js= title ?></h1>
@@ -77,6 +73,10 @@
<?js= content ?>
</div>
+<nav>
+ <?js= this.nav ?>
+</nav>
+
<br class="clear">
<footer>