Hides .author from XHR response in showstream

This commit is contained in:
Sarven Capadisli 2010-01-29 15:20:14 +00:00
parent 4d3808a815
commit f6c8b8a868
1 changed files with 3 additions and 0 deletions

View File

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