From: rabuzarus <> Date: Thu, 2 Jun 2016 20:11:41 +0000 (+0200) Subject: frio: give images in the networstream a little border-radius X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=030f44b2feee482c29897eee164630eb62ab4434;p=friendica.git frio: give images in the networstream a little border-radius --- 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;