Format speakers properly
This commit is contained in:
parent
21257425e0
commit
d7ecadd47f
3 changed files with 19 additions and 15 deletions
|
|
@ -7,6 +7,8 @@ speakers:
|
|||
-
|
||||
name: Wolfgang Stief
|
||||
affiliation: GUUG München
|
||||
-
|
||||
name: Hugo Hansel
|
||||
location:
|
||||
location: bib
|
||||
details: Max-Bense-Forum (UG)
|
||||
|
|
|
|||
|
|
@ -113,11 +113,16 @@ ul.horizontal {
|
|||
}
|
||||
}
|
||||
|
||||
.commaseparated {
|
||||
div.commaseparated {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
ul.commaseparated {
|
||||
display: inline;
|
||||
list-style: none;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
li {
|
||||
isplay: inline;
|
||||
display: inline;
|
||||
}
|
||||
li:after {
|
||||
content: ", ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue