From bf632da06f98a22c35549ccc2bba442fa0c1b804 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 20 Feb 2012 11:18:58 -0500 Subject: [PATCH] Add textbook nav on the bottom of the page too --- sass/_textbook.scss | 7 +++++++ staticbook.html | 11 +++++++++++ 2 files changed, 18 insertions(+) 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() { + +