diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-29 15:20:14 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-29 15:21:26 +0000 |
commit | acd0c0732a0f328548e744bdb05bf11acf9d87e0 (patch) | |
tree | 112025040bef5acaf8755bdebfcbc1ae32efc44b /theme | |
parent | 58685117169ba81fcd62474d21b0387635873136 (diff) |
Hides .author from XHR response in showstream
Diffstat (limited to 'theme')
-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; |