This commit is contained in:
Jeena Paradies 2012-11-14 00:29:55 +01:00
parent af1eb210b0
commit fc0f14ec82
2 changed files with 24 additions and 0 deletions

View file

@ -188,6 +188,15 @@ li:hover .name {
background: #b8c1d0;
}
.is_private {
color: white;
padding: 0 4px 0 2px;
background: #09F;
border-radius: 3px;
font-style: italic;
font-weight: bold;
}
li .date {
position: absolute;