implemented photo post type

This commit is contained in:
Jeena Paradies 2012-11-24 03:43:11 +01:00
parent 00e1f54636
commit 0786f1cf3f
5 changed files with 64 additions and 17 deletions

View file

@ -256,3 +256,9 @@ li.mentioned {
.mentions li.mentioned {
border-right: 0;
}
.photo {
margin-top: 10px;
max-width: 100%;
border-radius: 3px;
}