repeated items from ostatus and diaspora are now using the share-element.
Some design changes to repeated items in "vier".
This commit is contained in:
parent
9ab34f8857
commit
c22f65bafa
9 changed files with 56 additions and 20 deletions
|
@ -2081,3 +2081,5 @@ $a->strings["Post to Drupal by default"] = "Veröffentliche öffentliche Beiträ
|
|||
$a->strings["OEmbed settings updated"] = "OEmbed Einstellungen aktualisiert.";
|
||||
$a->strings["Use OEmbed for YouTube videos"] = "OEmbed für Youtube Videos verwenden";
|
||||
$a->strings["URL to embed:"] = "URL zum Einbetten:";
|
||||
$a->strings['<span><a href="%s" target="external-link">%s</a> wrote the following <a href="%s" target="external-link">post</a>:</span>'] =
|
||||
'<span><a href="%s" target="external-link">%s</a> hat diesen <a href="%s" target="external-link">Beitrag</a> ursprünglich gepostet:</span>';
|
||||
|
|
|
@ -356,8 +356,8 @@ div.pager, .birthday-notice {
|
|||
height: 32px;
|
||||
color: #999;
|
||||
border-top: 1px solid #D2D2D2;
|
||||
padding-top: 16px;
|
||||
margin-top: 16px;
|
||||
padding-top: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.shared_header img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue