diff --git a/content/styles/_customstyles.scss b/content/styles/_customstyles.scss
index 6bd00774..85757e02 100644
--- a/content/styles/_customstyles.scss
+++ b/content/styles/_customstyles.scss
@@ -115,20 +115,19 @@ ul.horizontal {
div.commaseparated {
clear: both;
-}
-
-ul.commaseparated {
- display: inline;
- list-style-type: none;
- margin: 0;
- li {
+ ul {
display: inline;
- }
- li:after {
- content: ", ";
- }
- li:last-child:after {
- content: "";
+ list-style-type: none;
+ margin: 0;
+ li {
+ display: inline;
+ }
+ li:after {
+ content: ", ";
+ }
+ li:last-child:after {
+ content: "";
+ }
}
}
diff --git a/layouts/event_body.html b/layouts/event_body.html
index 872bf0a4..740f4133 100644
--- a/layouts/event_body.html
+++ b/layouts/event_body.html
@@ -10,7 +10,7 @@