From ed5e46892d09c9729b2c9a8a55114f1f98e7035e Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 14:25:41 -0400 Subject: [PATCH] Set block quote size to current text-size --- view/theme/frio/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 4344fbe858..fb6bb7a899 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -60,6 +60,9 @@ section hr { iframe, img { max-width: 100%; } +blockquote { + font-size: inherit; +} .clear { clear: both; } @@ -1441,7 +1444,6 @@ blockquote.shared_content { padding: 0px; margin-left: 0px; color: inherit; - font-size: inherit; } .wall-item-tags, .itemedited {