From 030f44b2feee482c29897eee164630eb62ab4434 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 2 Jun 2016 22:11:41 +0200 Subject: [PATCH] frio: give images in the networstream a little border-radius --- view/theme/frio/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 6b5e840fb1..a874ce6ae6 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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;