[ticket/15565] remove improper font-sizes

PHPBB3-15565
This commit is contained in:
Michael Miday 2018-02-19 16:51:02 -05:00 committed by Marc Alexander
parent 09718a565b
commit 025d40a63d
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -491,7 +491,6 @@ ul.searchresults {
/* Quote block */ /* Quote block */
blockquote { blockquote {
font-size: 10px;
border: 1px solid transparent; border: 1px solid transparent;
overflow: hidden; overflow: hidden;
margin: 10px 1px 10px 25px; margin: 10px 1px 10px 25px;
@ -500,12 +499,10 @@ blockquote {
blockquote blockquote { blockquote blockquote {
/* Nested quotes */ /* Nested quotes */
font-size: 10px;
margin: 10px 1px 10px 15px; margin: 10px 1px 10px 15px;
} }
blockquote cite { blockquote cite {
font-size: 9px;
font-weight: bold; font-weight: bold;
/* Username/source of quoter */ /* Username/source of quoter */
@ -513,10 +510,6 @@ blockquote cite {
display: block; display: block;
} }
blockquote cite cite {
font-size: 10px;
}
blockquote cite:before, blockquote cite:before,
.uncited:before { .uncited:before {
padding-right: 5px; padding-right: 5px;