diff --git a/_sass/_page.scss b/_sass/_page.scss index 66bb2ac..d5c2776 100644 --- a/_sass/_page.scss +++ b/_sass/_page.scss @@ -10,13 +10,6 @@ @include clearfix; } -.entry, -.hentry { - @include clearfix; - border-bottom: 1px solid lighten($black,80); - border-bottom: 1px solid rgba($black,.10); -} - /* feature image */ .entry-feature-image { diff --git a/gulpfile.js b/gulpfile.js index 09c32b8..6807b41 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -25,7 +25,7 @@ gulp.task('img', function () { return gulp.src(paths.img) // If something changed - .pipe(changed('images/src')) + // .pipe(changed('images/src')) // Crop it .pipe(imageResize({ width: 2000, // Maximum width for the file.