apply max-width to images in posts, duepuntozero

This commit is contained in:
friendica 2012-05-18 01:46:02 -07:00
parent 34b79b4f2b
commit 3821744450
1 changed files with 5 additions and 0 deletions

View File

@ -1091,6 +1091,11 @@ input#dfrn-url {
overflow: auto;
}
.wall-item-content img {
max-width: 700px;
}
.wall-item-title {
float: left;
font-weight: bold;