use none instead of unset

This commit is contained in:
Marcus Moeller 2015-06-05 16:54:55 +02:00
parent dbfc8092d7
commit abfa052861
1 changed files with 2 additions and 2 deletions

View File

@ -684,11 +684,11 @@ ul.profile_list li {
.threaded-replies {
margin-top: 4px;
float: unset;
float: none;
}
#conversation .notices .notices {
float: unset;
float: none;
margin-left: 55px;
}