Merge pull request #812 from jamigibbs/20150825

Removing unnecessary ampersands, fixes #791.
This commit is contained in:
Konstantin Obenland 2015-08-25 13:41:40 -07:00
commit 8cd79032fb
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%;