Comma-separated list of speakers
This commit is contained in:
parent
37cfd0faa6
commit
21257425e0
3 changed files with 35 additions and 2 deletions
|
|
@ -113,4 +113,17 @@ ul.horizontal {
|
|||
}
|
||||
}
|
||||
|
||||
.commaseparated {
|
||||
display: inline;
|
||||
list-style: none;
|
||||
li {
|
||||
isplay: inline;
|
||||
}
|
||||
li:after {
|
||||
content: ", ";
|
||||
}
|
||||
li:last-child:after {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue