Added styles for the bottom navigation on the textbook:

This commit is contained in:
Kyle Fiedler
2012-02-20 11:19:37 -05:00
parent 48a3133714
commit 93c50f0aeb

View File

@@ -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 {