diff --git a/sass/_textbook.scss b/sass/_textbook.scss
index 2e8fe98cd7..ea49f20d96 100644
--- a/sass/_textbook.scss
+++ b/sass/_textbook.scss
@@ -74,6 +74,13 @@ div.book-wrapper {
}
}
}
+
+ &.bottom-nav {
+ margin-top: lh();
+ margin-bottom: -(lh());
+ border-bottom: 0;
+ border-top: 1px solid #EDDFAA;
+ }
}
section.page {
diff --git a/staticbook.html b/staticbook.html
index 6e080f5165..fe3116025c 100644
--- a/staticbook.html
+++ b/staticbook.html
@@ -57,6 +57,17 @@ function next_page() {
+
+