Set block quote size to current text-size

This commit is contained in:
Hypolite Petovan 2016-09-28 14:25:41 -04:00
parent 7de64afc45
commit ed5e46892d
1 changed files with 3 additions and 1 deletions

View 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 {