]> git.mxchange.org Git - friendica.git/commitdiff
frio: give images in the networstream a little border-radius
authorrabuzarus <>
Thu, 2 Jun 2016 20:11:41 +0000 (22:11 +0200)
committerrabuzarus <>
Thu, 2 Jun 2016 20:11:41 +0000 (22:11 +0200)
view/theme/frio/css/style.css

index 6b5e840fb16282741d41e1f0daf3ab5aff21aa8b..a874ce6ae67dfb2c0ed70fa0914c56da4d47b3d7 100644 (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;