added comma between names

This commit is contained in:
Jeena Paradies 2013-01-27 12:10:40 +01:00
parent 620d44fb03
commit 31ad1cbcaf
3 changed files with 14 additions and 22 deletions

View file

@ -148,22 +148,6 @@ p {
margin-left: 62px;
}
li .name:first-child {
margin-left: -3px;
}
.name {
background: #d8dfea;
font-weight: normal;
padding: 0 3px 2px 3px;
border-radius: 5px;
text-shadow: none;
}
li:hover .name {
background: #b8c1d0;
}
.is_private {
color: white;
padding: 0 4px 0 2px;
@ -173,7 +157,6 @@ li:hover .name {
font-weight: bold;
}
li .date {
position: absolute;
top: -1.8em;