Events css additions
authorLaury GvR <laury@gaslightmedia.com>
Tue, 31 May 2016 16:29:23 +0000 (12:29 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 31 May 2016 16:29:23 +0000 (12:29 -0400)
root/scss/_plugins.scss
root/scss/plugins/_events.scss [new file with mode: 0644]

index 46f8c35..05709de 100644 (file)
@@ -1,2 +1,3 @@
   @import "plugins/nextgen";
-  @import "plugins/gravityForms";
\ No newline at end of file
+  @import "plugins/gravityForms";
+  @import "plugins/events";
\ No newline at end of file
diff --git a/root/scss/plugins/_events.scss b/root/scss/plugins/_events.scss
new file mode 100644 (file)
index 0000000..7362cbc
--- /dev/null
@@ -0,0 +1,3 @@
+#blog-posts-over article.ai1ec_event {
+    padding: 10px;
+}
\ No newline at end of file