Remove event calendar feed replication notification
authorLaury GvR <laury@gaslightmedia.com>
Tue, 1 Dec 2015 19:24:51 +0000 (14:24 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 1 Dec 2015 19:24:51 +0000 (14:24 -0500)
Gruntfile.js
css/app.css
scss/_plugins.scss
scss/plugins/_events.scss [new file with mode: 0644]

index 4c513e7..d92f9ab 100644 (file)
@@ -4,8 +4,7 @@ module.exports = function(grunt) {
 
     sass: {
       options: {
-        includePaths: ['bower_components/foundation/scss'],
-        sourceMap: true
+        includePaths: ['bower_components/foundation/scss']
       },
       dist: {
         options: {
index b92ac6b..cb5f0ef 100644 (file)
@@ -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
index 3b99231..48bf76b 100644 (file)
@@ -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 (file)
index 0000000..183e63b
--- /dev/null
@@ -0,0 +1,3 @@
+.ai1ec-event-footer {
+    display: none;
+}
\ No newline at end of file