Generate event data from metadata

This commit is contained in:
Stefan Schlott 2013-08-25 11:10:39 +02:00
parent 73ece643ca
commit 712bf61da2
2 changed files with 32 additions and 18 deletions

View file

@ -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: "";
}
}
}