contact page float got lost somewhere

This commit is contained in:
friendica 2012-01-08 04:13:53 -08:00
parent df0f7ef560
commit dd7a10a219

View file

@ -569,6 +569,13 @@ input#dfrn-url {
margin-left: 20px;
width: 180px;
}
.contact-wrapper {
float: left;
width: 150px;
overflow: auto;
}
#view-contact-end {
clear: both;
}