From: Sarven Capadisli Date: Fri, 29 Jan 2010 15:20:14 +0000 (+0000) Subject: Hides .author from XHR response in showstream X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=acd0c0732a0f328548e744bdb05bf11acf9d87e0;p=quix0rs-gnu-social.git Hides .author from XHR response in showstream --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 65dd159900..b109706a13 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -995,6 +995,9 @@ padding-left:28px; .notice .author { margin-right:11px; } +#showstream #content .notice .author { +display:none; +} .fn { overflow:hidden;