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;
|
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%;
|
||||||
|
|
Reference in New Issue