From: Laury GvR Date: Tue, 1 Dec 2015 19:24:51 +0000 (-0500) Subject: Remove event calendar feed replication notification X-Git-Tag: v1.0.0^2~185 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=52d27e5126691967950e10fd212b75b9fd0e1107;p=WP-Themes%2Fstaffords.git Remove event calendar feed replication notification --- diff --git a/Gruntfile.js b/Gruntfile.js index 4c513e7..d92f9ab 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,8 +4,7 @@ module.exports = function(grunt) { sass: { options: { - includePaths: ['bower_components/foundation/scss'], - sourceMap: true + includePaths: ['bower_components/foundation/scss'] }, dist: { options: { diff --git a/css/app.css b/css/app.css index b92ac6b..cb5f0ef 100644 --- a/css/app.css +++ b/css/app.css @@ -7181,6 +7181,9 @@ main a { color: #FFFFFF; } /* End NextGen Gallery */ +.ai1ec-event-footer { + display: none; } + #front { padding: 20px; } #front .row.collapse h1 { @@ -7908,5 +7911,4 @@ ul.property-list { .small-6.small-centered.columns.resBtnOff { margin-top: 250px; } -/* End Mobile Menu */ -/*# sourceMappingURL=app.css.map */ \ No newline at end of file +/* End Mobile Menu */ \ No newline at end of file diff --git a/scss/_plugins.scss b/scss/_plugins.scss index 3b99231..48bf76b 100644 --- a/scss/_plugins.scss +++ b/scss/_plugins.scss @@ -1 +1,2 @@ - @import "plugins/nextgen"; \ No newline at end of file +@import "plugins/nextgen"; +@import "plugins/events"; \ No newline at end of file diff --git a/scss/plugins/_events.scss b/scss/plugins/_events.scss new file mode 100644 index 0000000..183e63b --- /dev/null +++ b/scss/plugins/_events.scss @@ -0,0 +1,3 @@ +.ai1ec-event-footer { + display: none; +} \ No newline at end of file