diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-08 22:14:24 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:47 -0700 |
commit | 046b789fa81e91f654f494c5abca8a6d4181f744 (patch) | |
tree | 55335849fe196b883a4355acc70d4478eb73bd0c /theme/templates | |
parent | cd50a1402f6ce05735259673a20d6c3eff408fe6 (diff) | |
download | gitbook-046b789fa81e91f654f494c5abca8a6d4181f744.zip gitbook-046b789fa81e91f654f494c5abca8a6d4181f744.tar.gz gitbook-046b789fa81e91f654f494c5abca8a6d4181f744.tar.bz2 |
Fix navigation links position
Diffstat (limited to 'theme/templates')
-rw-r--r-- | theme/templates/site.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/site.html b/theme/templates/site.html index 0a11f7b..2535e52 100644 --- a/theme/templates/site.html +++ b/theme/templates/site.html @@ -20,8 +20,8 @@ <div class="book" {% if githubId %}data-github="{{ githubId }}"{% endif %} data-level="{{ progress.current.level }}" data-basepath="{{ basePath }}" data-revision="{{ revision }}"> {% include "includes/book/summary.html" %} <div class="book-body"> - {% include "includes/book/header.html" %} <div class="body-inner"> + {% include "includes/book/header.html" %} <div class="page-wrapper" tabindex="-1"> <div class="page-inner"> {% for section in content %} |