Added youtube, twitpic, yfrog and twitter images thumbnails to timeline
This commit is contained in:
parent
17af6398ca
commit
ecbc62d802
2 changed files with 141 additions and 7 deletions
13
default.css
13
default.css
|
@ -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;
|
||||
|
|
Reference in a new issue