Remove semicolons

This commit is contained in:
Oliver Davies 2016-03-17 08:44:33 +00:00
parent dead8a3f82
commit ce97893af2
11 changed files with 77 additions and 77 deletions

View file

@ -1,11 +1,11 @@
.badges
> a
display: block;
margin: 0 0 10px;
text-align: center;
display: block
margin: 0 0 10px
text-align: center
&:last-child
margin-bottom: 0;
margin-bottom: 0
&[class$="da-member"] img
max-width: 175px;
max-width: 175px

View file

@ -1,4 +1,4 @@
.copyright
border-top: 1px solid #CCC;
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid #CCC
margin-top: 1em
padding-top: 1em

View file

@ -1,19 +1,19 @@
.meetups
@include clearfix;
@include clearfix
ul
list-style: none;
padding-left: 0;
margin-left: 0;
list-style: none
padding-left: 0
margin-left: 0
li
display: inline-block;
padding: 5px 0;
margin: 0 5px 5px 0;
display: inline-block
padding: 5px 0
margin: 0 5px 5px 0
a
display: block;
display: block
img
max-height: 40px;
width: auto;
max-height: 40px
width: auto

View file

@ -1,14 +1,14 @@
.testimonial
@include clearfix;
margin-bottom: 10px;
@include clearfix
margin-bottom: 10px
.testimonial__image
@extend .img-circle;
@extend .pull-right;
height: 75px;
margin: 0 0 10px 10px;
width: 75px;
@extend .img-circle
@extend .pull-right
height: 75px
margin: 0 0 10px 10px
width: 75px
@include breakpoint($screen-sm)
height: 90px;
width: 90px;
height: 90px
width: 90px