mentions are now beautifull too

This commit is contained in:
Jeena Paradies 2012-11-03 15:13:20 +01:00
parent de0c32f961
commit 3488848906
2 changed files with 21 additions and 2 deletions

View file

@ -83,6 +83,10 @@ h1 img {
p {
margin: 0;
padding: 0;
padding-left: 3px;
margin-left: -3px;
padding-bottom: 2px;
margin-bottom: -2px;
}
.image, .twitpic {
@ -165,6 +169,21 @@ li:hover .reply, li:hover .direct-message {
display: inline;
}
li .name:first-child {
margin-left: -3px;
}
.name {
background: #d8dfea;
font-weight: normal;
padding: 0 3px 2px 3px;
border-radius: 5px;
}
li:hover .name {
background: #b8c1d0;
}
li .date {
position: absolute;