Fixes rust-lang/book#29 where the navigation arrow for next chapter was displayed on top of the scroll bar making it unusable

This commit is contained in:
Mathieu David 2015-12-17 17:34:24 +01:00
parent 95d82a924f
commit f1cd9f54c2
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ h3 {
left: 0;
}
.next {
right: 0;
right: 15px;
}
.theme-popup {
position: fixed;

View File

@ -20,4 +20,4 @@
.mobile-nav-chapters { display: none }
.nav-chapters:hover { text-decoration: none }
.previous { left: 0 }
.next { right: 0 }
.next { right: 15px }