From d1e46e61ac9f5aa557cdf970ad8d2c0dd8b6b72f Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Tue, 28 Aug 2012 00:21:41 +0200 Subject: [PATCH] Add same CSS rules for #remoteprofile than for #showstream. Allows to hide avatars, like for local profiles. --- theme/base/css/display.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.39.5