+
Join our newsletter
{% include newsletter.html %}
-
+
Spread the word
{% include share.html %}
diff --git a/_layouts/event.html b/_layouts/event.html
index 76fc74c9..8aa0c3ff 100644
--- a/_layouts/event.html
+++ b/_layouts/event.html
@@ -15,7 +15,11 @@ layout: default
{{page.date_text}}
{% if page.location %}
-
{{page.location}}
+
{{page.location}}
+ {% if page.fb_event_url %}
+
+ {% endif %}
+
{% endif %}
@@ -31,6 +35,12 @@ layout: default
+ {% if page.fb_event_url %}
+
+
+
+ {% endif %}
+
diff --git a/css/custom.css b/css/custom.css
index 4073c9a2..bd5c5cb5 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -1,6 +1,5 @@
/*blue 2098d1
lila 9775af*/
-
body {
color: #fff;
font-family: 'Abel', sans-serif;
@@ -17,6 +16,15 @@ a:hover {
color: #9775af;
cursor: pointer;
}
+.small-text{
+ font-size: 10px;
+}
+.left{
+ float:left;
+}
+.right{
+ float:right;
+}
.top-button {
display: none;
float: right;
@@ -86,7 +94,7 @@ a:hover {
}
.upcoming-media {
width: 100px;
- height: 60px;
+ height: 80px;
float: left;
margin-right: 10px;
margin-left: 4px;
@@ -94,6 +102,9 @@ a:hover {
.upcoming-media img {
width:100%;
}
+.upcoming-detail p{
+ margin: 0px;
+}
.site-header {
background: #fff;
}
@@ -105,7 +116,7 @@ a:hover {
}
.event-date {
text-align: right;
- padding-right: 10px;
+ padding-right: 0px;
}
.event-date a {
margin-right: 10px;
@@ -265,13 +276,10 @@ a:hover {
.footer li a:hover {
color: #000;
font-size: 24px;
- margin-right: 4px;
- margin-right: 4px;
}
.footer li img {
height: 40px;
}
-
.picbook .album-title {
display:none;
}
diff --git a/index.html b/index.html
index e8e23058..449f1459 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,11 @@ home: yes
{% endif %}
{% if post.location %}
-
{{post.location}}
+
{{post.location}}
+ {% if post.fb_event_url %}
+
+ {% endif %}
+
{% endif %}