From 93c50f0aebc7fe8a3a2d82c06eeeeb314d772a98 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 20 Feb 2012 11:19:37 -0500 Subject: [PATCH] Added styles for the bottom navigation on the textbook: --- css/application.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/application.css b/css/application.css index 7071dfefce..d9855fda7d 100644 --- a/css/application.css +++ b/css/application.css @@ -2798,6 +2798,11 @@ div.book-wrapper section.book nav ul li.last a { div.book-wrapper section.book nav ul li.next { display: block; float: right; } +div.book-wrapper section.book nav.bottom-nav { + margin-top: 22.652px; + margin-bottom: -22.652px; + border-bottom: 0; + border-top: 1px solid #EDDFAA; } div.book-wrapper section.book section.page { text-align: center; } div.book-wrapper section.book section.page img {