Skip to content

Commit

Permalink
Code format cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolbus39 committed Jan 14, 2016
1 parent a9ac96b commit 7b4655b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions wdn/templates_4.1/scripts/js-css/events-band.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
position: relative;

a {
border:0;
border: 0;
outline: none;
}

.wdn-col {
@media @bp1 {
&:nth-of-type(2n+1) {
clear:both;
clear: both;
}

&:nth-of-type(3n+1) {
clear:none;
clear: none;
}
}

@media @bp2 {
&:nth-of-type(2n+1) {
clear:none;
clear: none;
}

&:nth-of-type(3n+1) {
clear:both;
clear: both;
}
}
}
Expand Down Expand Up @@ -79,7 +79,7 @@
.rem(13,16);
line-height: 1.333;
letter-spacing: 0.08em;
color:lighten(@events-blue, 50%);
color: lighten(@events-blue, 50%);
}
}
}
Expand All @@ -104,7 +104,7 @@
.rem(9);
text-transform: uppercase;
letter-spacing: 0.08em;
color:lighten(@events-blue, 66%);
color: lighten(@events-blue, 66%);
}
}

Expand All @@ -125,7 +125,6 @@
&:after {
top:0;
right:0;

}
}
}
Expand Down

0 comments on commit 7b4655b

Please sign in to comment.