From: friendica Date: Fri, 18 May 2012 08:46:02 +0000 (-0700) Subject: apply max-width to images in posts, duepuntozero X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=38217444502aee41d71d90c0c8927999bb1b12e6;p=friendica.git apply max-width to images in posts, duepuntozero --- diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b978c13e51..826acc7ef3 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1091,6 +1091,11 @@ input#dfrn-url { overflow: auto; } +.wall-item-content img { + max-width: 700px; +} + + .wall-item-title { float: left; font-weight: bold;