diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ab729b9da3..0251dae08a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -569,6 +569,14 @@ input#dfrn-url { margin-left: 20px; width: 180px; } + +.contact-wrapper { + float: left; + width: 150px; + height: 150px; + overflow: auto; +} + #view-contact-end { clear: both; }