1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 10:40:28 +02:00

[ticket/15572] Fix W3C validation error for quote BBCode

PHPBB3-15572
This commit is contained in:
Alfredo Ramos
2020-04-04 19:57:12 -06:00
parent 6e89799b05
commit cbe63da1f7
4 changed files with 11 additions and 5 deletions

View File

@@ -484,7 +484,7 @@ blockquote cite:before, .uncited:before {
padding-right: 5px;
}
blockquote cite > div {
blockquote cite > span {
float: right;
font-weight: normal;
}