contact page float got lost somewhere
This commit is contained in:
parent
df0f7ef560
commit
dd7a10a219
1 changed files with 7 additions and 0 deletions
|
@ -569,6 +569,13 @@ input#dfrn-url {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact-wrapper {
|
||||||
|
float: left;
|
||||||
|
width: 150px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#view-contact-end {
|
#view-contact-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue