summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-29 15:20:14 +0000
committerSarven Capadisli <csarven@status.net>2010-01-29 15:21:26 +0000
commitacd0c0732a0f328548e744bdb05bf11acf9d87e0 (patch)
tree112025040bef5acaf8755bdebfcbc1ae32efc44b
parent58685117169ba81fcd62474d21b0387635873136 (diff)
Hides .author from XHR response in showstream
-rw-r--r--theme/base/css/display.css3
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;