Add same CSS rules for #remoteprofile than for #showstream. Allows to hide avatars, like for local profiles.

This commit is contained in:
Jean Baptiste Favre 2012-08-28 00:21:41 +02:00
parent 5a0f17933b
commit d1e46e61ac
1 changed files with 4 additions and 0 deletions

View File

@ -688,18 +688,22 @@ font-style:italic;
display:none; display:none;
} }
#remoteprofile .notice .entry-title, #remoteprofile .notice div.entry-content,
#showstream .notice .entry-title, #showstream .notice div.entry-content { #showstream .notice .entry-title, #showstream .notice div.entry-content {
margin-left: 0; margin-left: 0;
} }
#remoteprofile .notice .entry-title,
#showstream .notice .entry-title { #showstream .notice .entry-title {
min-height: 1px; min-height: 1px;
} }
#remoteprofile #content .notice .author,
#showstream #content .notice .author { #showstream #content .notice .author {
display: none; display: none;
} }
#remoteprofile .notice,
#showstream .notice { #showstream .notice {
min-height: 1em; min-height: 1em;
} }