Remove semicolons
This commit is contained in:
parent
dead8a3f82
commit
ce97893af2
|
@ -1,11 +1,11 @@
|
|||
body
|
||||
padding-top: 60px;
|
||||
padding-top: 60px
|
||||
|
||||
main
|
||||
a:link,
|
||||
a:hover
|
||||
border-bottom: 1px solid;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid
|
||||
text-decoration: none
|
||||
|
||||
img
|
||||
@extend .img-responsive;
|
||||
@extend .img-responsive
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
.page--blog__list
|
||||
ul.posts
|
||||
list-style: none;
|
||||
margin-bottom: 2em;
|
||||
padding-left: 0;
|
||||
list-style: none
|
||||
margin-bottom: 2em
|
||||
padding-left: 0
|
||||
|
||||
.post
|
||||
@include clearfix;
|
||||
border-bottom: 1px solid #CCC;
|
||||
margin-bottom: 1em;
|
||||
padding-bottom: 2em;
|
||||
@include clearfix
|
||||
border-bottom: 1px solid #CCC
|
||||
margin-bottom: 1em
|
||||
padding-bottom: 2em
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.about-author
|
||||
@include clearfix;
|
||||
@include clearfix
|
||||
|
||||
img
|
||||
float: left;
|
||||
margin: 0 1em 1em 0;
|
||||
float: left
|
||||
margin: 0 1em 1em 0
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
.experience
|
||||
@include clearfix;
|
||||
@include clearfix
|
||||
|
||||
.experience__logo
|
||||
@extend .pull-right;
|
||||
margin: 0 0 10px 10px;
|
||||
max-width: 25%;
|
||||
@extend .pull-right
|
||||
margin: 0 0 10px 10px
|
||||
max-width: 25%
|
||||
|
||||
.role-wrapper
|
||||
font-style: italic;
|
||||
margin-bottom: 10px;
|
||||
font-style: italic
|
||||
margin-bottom: 10px
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
.project--skills
|
||||
ul
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
list-style: none
|
||||
margin-left: 0
|
||||
padding-left: 0
|
||||
|
||||
li
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
display: inline-block
|
||||
margin-right: 5px
|
||||
|
||||
img
|
||||
max-height: 30px;
|
||||
max-height: 30px
|
||||
|
||||
.project--company__has-logo
|
||||
a:link,
|
||||
a:hover
|
||||
border-bottom: 0;
|
||||
display: block;
|
||||
border-bottom: 0
|
||||
display: block
|
||||
|
||||
img
|
||||
max-height: 50px;
|
||||
max-height: 50px
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/variables';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/center-block';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/hide-text';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/vendor-prefixes';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/tab-focus';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/image';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/utilities';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/scaffolding';
|
||||
@import '../vendor/bower/compass-breakpoint/stylesheets/breakpoint';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/variables'
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix'
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/center-block'
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/hide-text'
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/vendor-prefixes'
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/tab-focus'
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/image'
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/utilities'
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap/scaffolding'
|
||||
@import '../vendor/bower/compass-breakpoint/stylesheets/breakpoint'
|
||||
|
||||
@import 'base';
|
||||
@import 'components/badges';
|
||||
@import 'components/footer';
|
||||
@import 'components/meetups';
|
||||
@import 'components/testimonials';
|
||||
@import 'pages/blog-list';
|
||||
@import 'pages/blog-post';
|
||||
@import 'pages/experience';
|
||||
@import 'pages/portfolio';
|
||||
@import 'base'
|
||||
@import 'components/badges'
|
||||
@import 'components/footer'
|
||||
@import 'components/meetups'
|
||||
@import 'components/testimonials'
|
||||
@import 'pages/blog-list'
|
||||
@import 'pages/blog-post'
|
||||
@import 'pages/experience'
|
||||
@import 'pages/portfolio'
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import '../vendor/bower/compass-breakpoint/stylesheets/breakpoint';
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap';
|
||||
@import '../vendor/bower/compass-breakpoint/stylesheets/breakpoint'
|
||||
@import '../vendor/bower/bootstrap-sass/assets/stylesheets/bootstrap'
|
||||
|
|
Loading…
Reference in a new issue