Generate event data from metadata
This commit is contained in:
parent
73ece643ca
commit
712bf61da2
2 changed files with 32 additions and 18 deletions
|
|
@ -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: "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue