diff options
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 65dd15990..b109706a1 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; |