Update quote bbcode
This commit is contained in:
parent
fd5dda5aef
commit
66e360cf90
2 changed files with 2 additions and 1 deletions
|
@ -355,7 +355,7 @@ HANDLER,
|
|||
'No_attr' => true,
|
||||
],
|
||||
'handler' => <<<'HANDLER'
|
||||
$header = isset($attrs['Def']) ? '<div class="f-bb-q-header">' . __(['%s wrote', $attrs['Def']]) . '</div>' : '';
|
||||
$header = isset($attrs['Def']) ? '<cite class="f-bb-q-header">' . __(['%s wrote', $attrs['Def']]) . '</cite>' : '';
|
||||
return "</p><blockquote class=\"f-bb-quote\">{$header}<div class=\"f-bb-q-body\"><p>{$body}</p></div></blockquote><p>";
|
||||
HANDLER,
|
||||
],
|
||||
|
|
|
@ -1663,6 +1663,7 @@ body,
|
|||
}
|
||||
|
||||
#fork .f-bb-q-header {
|
||||
display: block;
|
||||
padding: 0.625rem;
|
||||
background-color: #F8F4E3 /*#D3B58D*/;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue