From 7de64afc4563aa2b620a8469dbd1d47a9c5b6559 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 14:01:12 -0400 Subject: [PATCH] Fix abnormal font size for shared posts - Use normal font size for shared content --- view/theme/frio/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e685e0910..4344fbe85 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 {