]> git.mxchange.org Git - friendica.git/commitdiff
Set block quote size to current text-size
authorHypolite Petovan <mrpetovan@gmail.com>
Wed, 28 Sep 2016 18:25:41 +0000 (14:25 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Wed, 28 Sep 2016 18:25:41 +0000 (14:25 -0400)
view/theme/frio/css/style.css

index 4344fbe858615e79a5aa86af795af2f555611232..fb6bb7a89963c81e5ac9f3c33c6117374ba28f6e 100644 (file)
@@ -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 {