]> git.mxchange.org Git - friendica.git/commitdiff
apply max-width to images in posts, duepuntozero
authorfriendica <info@friendica.com>
Fri, 18 May 2012 08:46:02 +0000 (01:46 -0700)
committerfriendica <info@friendica.com>
Fri, 18 May 2012 08:46:02 +0000 (01:46 -0700)
view/theme/duepuntozero/style.css

index b978c13e51c2f2b72303c3cd2c1817b6ef9c0a14..826acc7ef3899c5dd3506bcabad431a03496e0ea 100644 (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;