Set block quote size to current text-size
This commit is contained in:
@@ -60,6 +60,9 @@ section hr {
|
|||||||
iframe, img {
|
iframe, img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
blockquote {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
.clear {
|
.clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
@@ -1441,7 +1444,6 @@ blockquote.shared_content {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: inherit;
|
|
||||||
}
|
}
|
||||||
.wall-item-tags,
|
.wall-item-tags,
|
||||||
.itemedited {
|
.itemedited {
|
||||||
|
|||||||
Reference in New Issue
Block a user