class def for reshared content
This commit is contained in:
parent
b86277b0ff
commit
d568f4d029
@ -158,7 +158,7 @@ function bb_ShareAttributes($match) {
|
||||
|
||||
$headline .= "</div>";
|
||||
|
||||
$text = $headline . '<div style="reshared-content">' . trim($match[2]) . '</div>';
|
||||
$text = $headline . '<div class="reshared-content">' . trim($match[2]) . '</div>';
|
||||
logger('bbshare: ' . $text);
|
||||
return($text);
|
||||
}
|
||||
|
@ -3753,4 +3753,4 @@ ul.menu-popup {
|
||||
|
||||
.profile-match-connect { margin-top: 5px; }
|
||||
|
||||
.reshared-content { margin-left: 10px; }
|
||||
.reshared-content { margin-left: 10px; }
|
||||
|
Reference in New Issue
Block a user