forked from mirror/_s
Merge pull request #812 from jamigibbs/20150825
Removing unnecessary ampersands, fixes #791.
This commit is contained in:
commit
8cd79032fb
|
@ -91,12 +91,12 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
& .nav-previous {
|
||||
.nav-previous {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
& .nav-next {
|
||||
.nav-next {
|
||||
float: right;
|
||||
text-align: right;
|
||||
width: 50%;
|
||||
|
|
Reference in New Issue