forked from mirror/_s
add blank line between selectors
This commit is contained in:
parent
d40faf1e45
commit
9a08ca0bfb
|
@ -48,6 +48,7 @@
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -56,6 +57,7 @@
|
||||||
&.focus > a {
|
&.focus > a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Reference in New Issue