From: Hypolite Petovan Date: Wed, 28 Sep 2016 18:01:12 +0000 (-0400) Subject: Fix abnormal font size for shared posts X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7de64afc4563aa2b620a8469dbd1d47a9c5b6559;p=friendica.git Fix abnormal font size for shared posts - Use normal font size for shared content --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e685e0910d..4344fbe858 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1441,6 +1441,7 @@ blockquote.shared_content { padding: 0px; margin-left: 0px; color: inherit; + font-size: inherit; } .wall-item-tags, .itemedited {