]> git.mxchange.org Git - friendica.git/commitdiff
Fix abnormal font size for shared posts
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 28 Sep 2016 18:01:12 +0000 (14:01 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 28 Sep 2016 18:01:12 +0000 (14:01 -0400)
- Use normal font size for shared content

view/theme/frio/css/style.css

index e685e0910de24dd2f690ce371bf3c3a52db22aa5..4344fbe858615e79a5aa86af795af2f555611232 100644 (file)
@@ -1441,6 +1441,7 @@ blockquote.shared_content {
     padding: 0px;
     margin-left: 0px;
     color: inherit;
+    font-size: inherit;
 }
 .wall-item-tags,
 .itemedited {