]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Hides .author from XHR response in showstream
authorSarven Capadisli <csarven@status.net>
Fri, 29 Jan 2010 15:20:14 +0000 (15:20 +0000)
committerSarven Capadisli <csarven@status.net>
Fri, 29 Jan 2010 15:21:47 +0000 (15:21 +0000)
theme/base/css/display.css

index 3c51deb31238acb3ca48fcbeb7d4939bf0181a5f..0d6395d057a8843449343a075f525d856997649e 100644 (file)
@@ -995,6 +995,9 @@ padding-left:28px;
 .notice .author {
 margin-right:11px;
 }
+#showstream #content .notice .author {
+display:none;
+}
 
 .fn {
 overflow:hidden;