Mercurial > summit-idp
changeset 43:5b8600135a4f
better attendee interests css.
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Sat, 26 Jun 2010 17:31:06 -0700 |
parents | 2c48330f60fe |
children | 6a38739058a7 |
files | static-files/index.html |
diffstat | 1 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/static-files/index.html Sat Jun 26 17:15:36 2010 -0700 +++ b/static-files/index.html Sat Jun 26 17:31:06 2010 -0700 @@ -143,7 +143,16 @@ .attendee .interests li { display: inline; color: gray; - padding-right: 1em; + } + + .attendee .interests li:after { + content: ", "; + color: black; + } + + .attendee .interests li:last-child:after { + content: "."; + color: black; } </style> </head>