Removing unnecessary ampersands, fixes #791

This commit is contained in:
Jami Gibbs 2015-08-25 15:30:41 -05:00
parent 1dadd39cb1
commit 2ba1db04f8
1 changed files with 2 additions and 2 deletions

View File

@ -91,12 +91,12 @@
overflow: hidden; overflow: hidden;
} }
& .nav-previous { .nav-previous {
float: left; float: left;
width: 50%; width: 50%;
} }
& .nav-next { .nav-next {
float: right; float: right;
text-align: right; text-align: right;
width: 50%; width: 50%;