Merge pull request #2559 from rabuzarus/0206-network-content-images-css

frio: give images in the networstream a little border-radius
This commit is contained in:
Michael Vogel 2016-06-03 07:47:30 +02:00
commit 8ce4d5db36
1 changed files with 4 additions and 0 deletions

View File

@ -1255,6 +1255,10 @@ section #jotOpen {
max-height: 480px;
object-fit: contain;
}
.wall-item-body > img,
.wall-item-body > a > img {
border-radius: 3px;
}
.shared-wrapper,
.vevent {
margin-left: 50px;