class def for reshared content

This commit is contained in:
friendica 2013-03-11 16:50:24 -07:00
parent b86277b0ff
commit d568f4d029
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -3753,4 +3753,4 @@ ul.menu-popup {
.profile-match-connect { margin-top: 5px; }
.reshared-content { margin-left: 10px; }
.reshared-content { margin-left: 10px; }