even display threads inline if no user is logged in

This commit is contained in:
Marcus Moeller 2015-06-05 16:47:41 +02:00
parent 6137d301be
commit dbfc8092d7
1 changed files with 5 additions and 0 deletions

View File

@ -687,6 +687,11 @@ ul.profile_list li {
float: unset;
}
#conversation .notices .notices {
float: unset;
margin-left: 55px;
}
.threaded-replies .placeholder { /* TODO combine all these declarations */
border-radius: 4px;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);