1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 00:50:30 +01:00

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