diff --git a/theme/base/css/display.css b/theme/base/css/display.css index d2d07c4cec..b0b4f26098 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -688,18 +688,22 @@ font-style:italic; display:none; } +#remoteprofile .notice .entry-title, #remoteprofile .notice div.entry-content, #showstream .notice .entry-title, #showstream .notice div.entry-content { margin-left: 0; } +#remoteprofile .notice .entry-title, #showstream .notice .entry-title { min-height: 1px; } +#remoteprofile #content .notice .author, #showstream #content .notice .author { display: none; } +#remoteprofile .notice, #showstream .notice { min-height: 1em; }