Added youtube, twitpic, yfrog and twitter images thumbnails to timeline

This commit is contained in:
Jeena Paradies 2011-09-10 14:13:12 +02:00
parent 17af6398ca
commit ecbc62d802
2 changed files with 141 additions and 7 deletions

View file

@ -112,6 +112,19 @@ p {
height: 75px;
}
.images:empty {
display: none;
}
.images {
padding-top: 5px;
}
.images img {
border-radius: 5px;
max-height: 75px;
}
.delete {
font-weight: normal;
color: #555;