From: friendica Date: Sun, 8 Jan 2012 12:13:53 +0000 (-0800) Subject: contact page float got lost somewhere X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dd7a10a219590c39fa206ddc4cb833c716967f55;p=friendica.git contact page float got lost somewhere --- diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ab729b9da3..8eb9f0b87f 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -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; }