1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

Merge pull request #5932 from AlfredoRamos/ticket/15572

[ticket/15572] Fix W3C validation error for quote BBCode
This commit is contained in:
Marc Alexander
2020-04-21 21:16:49 +02:00
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;
}