Hides .author from XHR response in showstream

This commit is contained in:
Sarven Capadisli 2010-01-29 15:20:14 +00:00
parent 440ee00b1e
commit efb39347b2

View File

@ -995,6 +995,9 @@ padding-left:28px;
.notice .author {
margin-right:11px;
}
#showstream #content .notice .author {
display:none;
}
.fn {
overflow:hidden;